-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tomasz Rondio
committed
Jun 21, 2016
1 parent
6c7bf14
commit 112911d
Showing
3 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,4 +71,4 @@ | |
{{ /if }} | ||
{{ /list_debates }} | ||
|
||
{{ /list_articles }} | ||
{{ /list_articles }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
<?xml version="1.0"?> | ||
<theme name="Liquid" designer="Sourcefabric" version="1.0" require="4.3"> | ||
<description>Theme for Newscoop Version 4.3</description> | ||
<description>Theme for Newscoop Version 4.3</description> | ||
|
||
<presentation-img src="themethumbs/front.png" name="Front page"/> | ||
<presentation-img src="themethumbs/section.png" name="Section page"/> | ||
<presentation-img src="themethumbs/article.png" name="Article"/> | ||
<presentation-img src="themethumbs/front.png" name="Front page"/> | ||
<presentation-img src="themethumbs/section.png" name="Section page"/> | ||
<presentation-img src="themethumbs/article.png" name="Article"/> | ||
|
||
<!-- =============================== --> | ||
<!-- =============================== --> | ||
|
||
<output name="Web"> | ||
<frontPage src="front.tpl"/> | ||
<sectionPage src="section.tpl"/> | ||
<articlePage src="article.tpl"/> | ||
<errorPage src="404.tpl"/> | ||
<output name="Web"> | ||
<frontPage src="front.tpl"/> | ||
<sectionPage src="section.tpl"/> | ||
<articlePage src="article.tpl"/> | ||
<errorPage src="404.tpl"/> | ||
</output> | ||
<renditions> | ||
|
||
<renditions> | ||
<rendition name="section" width="496" height="334" specs="crop"/> | ||
<rendition name="article" width="770" height="515" specs="crop"/> | ||
<rendition name="front_small" width="478" height="326" specs="crop"/> | ||
<rendition name="front_medium" width="478" height="320" specs="crop"/> | ||
<rendition name="front_big" width="570" height="384" specs="crop"/> | ||
<rendition name="slideshow" width="770" height="515" specs="crop"/> | ||
</renditions> | ||
|
||
</renditions> | ||
<articlesLists> | ||
<list name="Frontpage"> | ||
<template file="front.tpl" /> | ||
</list> | ||
<list name="Editorial Content"> | ||
<template file="_tpl/front-columnists.tpl" /> | ||
</list> | ||
</articlesLists> | ||
</theme> | ||
|