forked from K2Joom/OneWeb_j17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateDetails.xml
91 lines (88 loc) · 5.34 KB
/
templateDetails.xml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 1.7//DTD template 1.0//EN" "http://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension version="2.5" type="template" client="site">
<name>OnewebKA</name>
<creationDate>2nd January, 2013</creationDate>
<author>Ken Adam</author>
<authorEmail>seth@internet-inspired.com</authorEmail>
<authorUrl>http://internet-inspired.com</authorUrl>
<copyright>Copyright (C) 2013 Ken Adam | Akadamia! All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<version>2.0</version>
<description><![CDATA[
<p>Derivative version produced by Ken Adam using LESS CSS approach to make producing (e.g.) colour variants simpler.</p>
<p>Heaviliy based on OneWeb, which is a lightweight responsive,'mobile first' HTML5 boilerplate template created by Seth Warburton from <a href="http://internet-inspired.com">Internet Inspired!</a>.</p><p>It incorporates, and was inspired by, the hard work of others, notably<p>
<ul>
<li>Mobile first thinking and sexy typographic basics from <a href="http://www.stuffandnonsense.co.uk/projects/320andup/">320 and up</a> by Andy Clarke</li>
<li>Assorted Joomla! tricks from Matt Thomas' <a href="http://construct-framework.com/">Construct Framework</a></li>
</ul>
]]></description>
<files>
<filename>favicon.ico</filename>
<filename>index.php</filename>
<filename>logic.php</filename>
<filename>templateDetails.xml</filename>
<folder>css</folder>
<folder>fonts</folder>
<folder>html</folder>
<folder>images</folder>
<folder>js</folder>
</files>
<positions>
<position>above1</position>
<position>above2</position>
<position>above3</position>
<position>above4</position>
<position>breadcrumbs</position>
<position>banner</position>
<position>left</position>
<position>main</position>
<position>bottom1</position>
<position>bottom2</position>
<position>bottom3</position>
<position>bottom4</position>
<position>bottom5</position>
<position>bottom6</position>
<position>menu</position>
<position>search</position>
<position>footer1</position>
<position>footer2</position>
<position>footer3</position>
<position>footer4</position>
</positions>
<config>
<fields name="params">
<fieldset name="Customise Joomla! output" label="Customise Joomla! output" addfieldpath="/templates/oneweb/functions">
<field name="loadMoo" type="radio" default="0" label="Load MooTools?" description="Load the MooTools JavaScript library that is included with Joomla? If it is not in use you can save a lot of Kb by not loading it. Setting this to no will also disable caption.js">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field name="jQuery" type="radio" default="0" label="Load jQuery?" description="Load the latest, minified, version of jQuery (1.7.2) from Google?">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field name="modernizr" type="radio" default="1" label="Load Modernizr?" description="Modernizr is an awesome feature detection library. See http://modernizr.com/ for details">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field name="badBrowser" type="radio" default="0" label="Support bad browsers?" description="Enabling this will load some additional JS to add media query support and CSS3 psuedo selectors to browsers that don't natively support them (IE8 and below)">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field name="scripts" type="radio" default="0" label="Load custom scripts?" description="Load the files scripts.js and plugins.js from the /js folder? If you want to add scripts place them in these files and then load them here, rather than using inidividual files">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field name="frontpage" type="radio" default="0" label="Hide frontpage component?" description="Hide the main content area on the front-page?">
<option value="1">Yes</option>
<option value="0">No</option>
</field>
<field type="spacer" default=" " />
<field name="setGeneratorTag" type="text" default="Akadamia - Derived Joomla! templates - http://akadamia.co.uk" label="Generator Meta Tag" description="Customise the generator meta tag output by your template." size="80" />
<field name="verification" type="text" default="Content_string_Google_gives_you" label="Google verification meta" description="Change Content_string_Google_gives_you to the meta content value Google gave in their code. You only need the content value, not the complete code" filter="raw" size="80" />
<field name="analytics" type="text" default="UA-XXXXX-X" label="Google Analytics ID" description="Change UA-XXXXX-X to be your site's ID" size="15" filter="raw" />
<field name="googleWebFonts" type="text" default="copy the css link from Google here" label="Google Web Fonts collection" description="Paste in the link to the Google Web fonts collection that you want to be available to use in style.css. Visit http://code.google.com/webfonts, build a collection and then copy the link here" filter="raw" size="160" />
</fieldset>
</fields>
</config>
</extension>