forked from cod3cow/Blank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplateDetails.xml
More file actions
executable file
·37 lines (32 loc) · 1.47 KB
/
templateDetails.xml
File metadata and controls
executable file
·37 lines (32 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 2.5//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/2.5/template-install.dtd">
<extension version="2.5" type="template" client="site" method="upgrade">
<name>frontend</name><!-- name the template -->
<creationDate>xxxx-xx-xx</creationDate><!-- the date your are beginn to code -->
<author>your name</author><!-- your name (oops, I repeat myself) -->
<copyright>Copyright © xxxx example.com</copyright><!-- for who you are coding -->
<authorEmail>your.name@example.com</authorEmail><!-- your email address -->
<authorUrl>http://www.example.com</authorUrl><!-- your url -->
<version>1.0.0</version><!-- give your template a number -->
<description><![CDATA[
<h1>frontend</h1>
<p>Created by <a href="http://www.example.com" target="_blank">your name | example.com</a>.</p>
]]></description><!-- change the description as you like -->
<files><!-- no need to change -->
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
<filename>component.php</filename>
<filename>error.php</filename>
<filename>index.php</filename>
<filename>logic.php</filename>
<filename>offline.php</filename>
<filename>template_preview.png</filename>
<filename>template_thumbnail.png</filename>
<filename>favicon.ico</filename>
<filename>templateDetails.xml</filename>
</files>
<positions><!-- define the positions for modules here -->
<position>debug</position>
</positions>
</extension>