forked from newscoop/theme-GlobalNews
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.xml
28 lines (24 loc) · 1.27 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
<?xml version="1.0"?>
<theme name="Global News" designer="Sourcefabric" version="1.0" require="4.2">
<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="slider" width="950" height="500" specs="crop"/>
<rendition name="sectionbig" width="950" height="480" specs="crop"/>
<rendition name="rectanglesmall" width="275" height="206" specs="crop"/>
<rendition name="rectanglemedium" width="435" height="326" specs="crop"/>
<rendition name="rectanglebig" width="500" height="400" specs="crop"/>
<rendition name="cinemasmall" width="275" height="155" specs="crop"/>
<rendition name="cinemamedium" width="435" height="245" specs="crop"/>
<rendition name="cinemabig" width="500" height="281" specs="crop"/>
</renditions>
</theme>