aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/theme/example/description.xml
blob: 565eefb9edca2d7218f9c9b0ceddb2543d72c613 (plain)
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
<?xml version="1.0" encoding="ISO-8859-1"?>

<!--  THIS FILE WILL BE DELETED !!! -->

<theme name="example">

	<author name="IT Mill Ltd" email="info@itmill.com" />

	<description>
		IT Mill Toolkit Example theme.
	</description>

	<modes>
		<mode name="ajax"/>
		<mode name="html"/>
	</modes>

	<fileset>

		<!-- UIDL Mode support files -->
		<fileset mode="ajax">
			<!-- JavaScripts to load in html head -->
			<file name="script/example-ajax-components.js" />
		</fileset>
	</fileset>
	
</theme>