View Single Post
  #15 (permalink)  
Old 02-05-2008, 05:33 AM
Falcon Falcon is offline
D-Web Analyst
 
Join Date: Nov 2007
Location: Chennai
Posts: 289
Falcon is on a distinguished road
Default Re: Joomla introduction?

hi jey
here is your sample XML file for template. This XML file is more important to install a template in joomla

<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="template" version="4.5.2">
<name>Template name</name>
<creationDate>11/2007</creationDate>
<author>test.com</author>
<copyright>This template is released under GNU/GPL License.</copyright>
<authorEmail>templates@test.com</authorEmail>
<authorUrl>www.test.com</authorUrl>
<version>1.0</version>
<description>
The template is a testing template.
</description>
<files>
<filename>index.php</filename>
</files>
<images>
<filename>images/img_header.gif</filename>
</images>
<css>
<filename>css/style.css</filename>
</css>
</mosinstall>


Regards
Falcon
Reply With Quote