stavros-s
4/27/2014 - 2:11 AM

Joomla templateDetails.xml: This template file is a list of instructions to Joomla. This list must include the name of the template, the nam

Joomla templateDetails.xml: This template file is a list of instructions to Joomla. This list must include the name of the template, the names of the files used in the template(images etc..) and the positions you want to use.

<?xml version="1.0" encoding="utf-8"?>

  <!DOCTYPE install PUBLIC "-//Joomla! 1.5//DTD template 1.0//EN"
    "http://dev.joomla.org/xml/1.5/template-install.dtd">


  <install version="1.5" type="template">
  
       <name>template _tut</name>
  
       <creationDate>31-01-2009</creationDate>
  
        <author>Nettut Fan</author>
  
        <authorEmail>your@email.com</authorEmail>
  
        <authorUrl>http://www.siteurl.com</authorUrl>
  
        <copyright>You 2009</copyright>
  
        <license>GNU/GPL</license>
  
        <version>1.0.0</version>
  
        <description>Template Tut</description>
  
  
        <files>
        
                <filename>index.php</filename>
        
                <filename>templateDetails.xml</filename>
        
                <filename>css/template.css</filename>
        
        </files>       
                
        
        <positions>
        
          <position>breadcrumb</position>
          
          <position>left</position>
          
          <position>right</position>
          
          <position>top</position>
          
          <position>user1</position>
          
          <position>user2</position>
          
          <position>user3</position>
          
          <position>user4</position>
          
          <position>footer</position>
        
          
        </positions>
        
        
</install>