Joomla 1.5 Template XML


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <install version="1.5" type="template">
  3. <name></name>
  4. <version>1.0</version>
  5. <creationDate></creationDate>
  6. <author></author>
  7. <authorEmail></authorEmail>
  8. <authorUrl>http://www.</authorUrl>
  9. <copyright></copyright>
  10. <license></license>
  11. <description></description>
  12. <files>
  13. <filename>index.php</filename>
  14. <filename>templateDetails.xml</filename>
  15. <filename>template_thumbnail.png</filename>
  16. <filename>params.ini</filename>
  17. <filename>images/arrow.png</filename>
  18. <filename>css/index.html</filename>
  19. <filename>css/template.css</filename>
  20. <filename>css/editor.css</filename>
  21. </files>
  22. <positions>
  23. <position>left</position>
  24. <position>right</position>
  25. <position>top</position>
  26. <position>bottom</position>
  27. <position>inset</position>
  28. <position>banner</position>
  29. <position>header</position>
  30. <position>footer</position>
  31. <position>newsflash</position>
  32. <position>legals</position>
  33. <position>pathway</position>
  34. <position>breadcrumb</position>
  35. <position>user1</position>
  36. <position>user2</position>
  37. <position>user3</position>
  38. <position>user4</position>
  39. <position>user5</position>
  40. <position>user6</position>
  41. <position>user7</position>
  42. <position>user8</position>
  43. <position>user9</position>
  44. <position>advert1</position>
  45. <position>advert2</position>
  46. <position>advert3</position>
  47. <position>debug</position>
  48. <position>syndicate</position>
  49. </positions>
  50. <params>
  51. <param name="showComponent" type="radio" default="1" label="Show Component" description="Show/Hide the component output" />
  52. <option value="0">No</option>
  53. <option value="1">Yes</option>
  54. </param>
  55. </params>
  56. </install>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.