joomla templates 1 or 1.5 – how do i know?
Sep 30, 2009 | Install Joomla Templates
i have a template pkg for joomla, but i don’t know if they are for 1 or 1.5, how do i figure it out?
Unzip the template file and checkout the file called templateDetails.xml. The second line details explicitly which version it is for.
Template for version 1.0.xx has the folllowing…
<mosinstall version="1.0.x" type="template" >
…whilst the version 1.5 template is as follows:
<install version="1.5" type="template">
See also:
http://docs.joomla.org/Tutorial:Understanding_Joomla%21_templates
All the best,
Mike
September 30th, 2009 at 1:01 pm
Unzip the template file and checkout the file called templateDetails.xml. The second line details explicitly which version it is for.
Template for version 1.0.xx has the folllowing…
<mosinstall version="1.0.x" type="template" >
…whilst the version 1.5 template is as follows:
<install version="1.5" type="template">
See also:
http://docs.joomla.org/Tutorial:Understanding_Joomla%21_templates
All the best,
Mike
References :