Can someone give me a quickstart on how to go about updating customized xtemplate variations to drupal 4.5?

Comments

TDobes’s picture

themes/xtemplate/xtemplate.theme
is now
themes/engines/xtemplate/xtemplate.engine

themes/xtemplate/default/xtemplate.xtmpl
is now
themes/bluemarine/xtemplate.xtmpl

themes/xtemplate/pushbutton/xtemplate.xtmpl
is now
themes/pushbutton/xtemplate.xtmpl

However, if you just copy your old files over the new ones, you'll lose certain new features (such as the "local tasks" tabs)... as these new features are more-or-less required for navigating the administrative functions, you'll want to merge your changes into the newer files.

See also: converting 4.4 themes to 4.5

mrowe’s picture

See Converting 4.4 themes to 4.5, especially:

For xtemplate templates, your template must be named xtemplate.xtmpl, and your default stylesheet must be named style.css (as mentioned below in the "Styles" section).

--
Michael Rowe
"A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away." -Antoine de Saint-Exupéry