forked from newscoop/theme-Quetzal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
32 lines (29 loc) · 1.62 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
27
28
29
30
31
32
<?xml version="1.0"?>
<theme name="Quetzal" 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="thumb" width="150" height="100" specs="crop"/>
<rendition name="issuethumb" width="130" height="70" specs="crop"/>
<rendition name="morenewsthumb" width="70" height="45" specs="crop"/>
<rendition name="sectiontop" width="330" height="215" specs="crop"/>
<rendition name="section" width="202" height="152" specs="crop"/>
<rendition name="sectiontablet" width="225" height="150" specs="crop"/>
<rendition name="articlesquare" width="300" height="300" specs="crop"/>
<rendition name="slider" width="960" height="300" specs="crop"/>
<rendition name="slidermostpopular" width="72" height="46" specs="crop"/>
<rendition name="sliderfeatured" width="68" height="45" specs="crop"/>
<rendition name="square" width="150" height="150" specs="crop"/>
<rendition name="asidethumb" width="130" height="98" specs="crop"/>
<rendition name="multimedia" width="235" height="220" specs="crop"/>
</renditions>
</theme>