| Using Joomla template folders in the templateDetails.xml file |
|
I was just working on a template and was getting an error due to a missing file. The problem was that the file was not listed in the templateDetails.xml file and so never got installed/uploaded into Joomla. In Joomla 1.5, templates have a new function where you can specify the folder rather than the filename. So instead of: [filename]images/image1[/filename] [filename]images/image2[/filename] [filename]images/image3[/filename] [filename]images/ima [...] |