-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.xml
26 lines (25 loc) · 1.02 KB
/
theme.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
<?xml version="1.0" encoding="UTF-8" ?>
<pluggable type="theme">
<name>Wazi</name>
<license url="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>
<author url="http://habariproject.org/">The Habari Community</author>
<!-- . ..you to0 will come to understand feAr as i have.,.. -->
<url>http://habariproject.org</url>
<version>1.0</version>
<template_engine>rawphpengine</template_engine>
<description><![CDATA[This is a simple, open theme.]]></description>
<areas>
<area name="nav" title="Navigation">
<description><![CDATA[The navigation area]]></description>
</area>
<area name="top_content" title="Top Content">
<description><![CDATA[Above the main content area, but below the header navigation]]></description>
</area>
<area name="sidebar" title="Sidebar">
<description><![CDATA[The sidebar area]]></description>
</area>
<area name="footer" title="Footer">
<description><![CDATA[The footer area]]></description>
</area>
</areas>
</pluggable>