1
Hi,
I'm new to template design and hope that someone can help me with file paths.
I've cloned my default template set using the admin module and the default theme ordner with cut&paste.
I'd now like to modify my new "theme.html" file to call up the new, cloned "theme_blockleft.html" file instead of the default version.
At the moment the code in the new "theme.html" file is "<{include file="default/theme_blockleft.html"}>".
I could change this to "MyThemeName/theme_blockleft.html" but think it must be possible to use a variable containing the name of my theme folder.
Does anyone have an idea (variable name and syntax - I'm new to php too!) about how to do this?
Many thanks in advance
Alan