forked from newscoop/theme-NewCustodian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.xml
executable file
·24 lines (21 loc) · 986 Bytes
/
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
<?xml version="1.0"?>
<theme name="The New Custodian" designer="Sourcefabric" version="1.0" require="4.0">
<description>Theme for Newscoop Version 4</description>
<presentation-img src="themethumbs/front.jpg" name="Front page"/>
<presentation-img src="themethumbs/section.jpg" name="Section page"/>
<presentation-img src="themethumbs/article.jpg" name="Article"/>
<!-- =============================== -->
<output name="Web">
<frontPage src="front.tpl"/>
<sectionPage src="section.tpl"/>
<articlePage src="article.tpl"/>
<errorPage src="404.tpl"/>
</output>
<renditions>
<rendition name="topfront" width="500" height="333" specs="crop"/>
<rendition name="thumb" width="150" height="100" specs="crop"/>
<rendition name="sectionthumb" width="250" height="167" specs="crop"/>
<rendition name="articlebig" width="600" height="400" specs="crop"/>
<rendition name="square" width="150" height="150" specs="crop"/>
</renditions>
</theme>