-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy paththeme.xml
executable file
·28 lines (25 loc) · 1.33 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="Tommy" 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="thumbsmall" width="100" height="70" specs="crop"/>
<rendition name="thumbmedium" width="120" height="80" specs="crop"/>
<rendition name="thumbbig" width="150" height="100" specs="crop"/>
<rendition name="rectanglesmall" width="100" height="50" specs="crop"/>
<rendition name="rectanglemedium" width="200" height="150" specs="crop"/>
<rendition name="rectanglebig" width="300" height="250" specs="crop"/>
<rendition name="slidersmall" width="320" height="200" specs="crop"/>
<rendition name="slidermedium" width="640" height="300" specs="crop"/>
<rendition name="sliderbig" width="960" height="400" specs="crop"/>
</renditions>
</theme>