diff options
author | Zaphod <zaphod@piwigo.org> | 2012-03-28 19:35:03 +0000 |
---|---|---|
committer | Zaphod <zaphod@piwigo.org> | 2012-03-28 19:35:03 +0000 |
commit | 67135f0a9aa797403ed51a4744ed8a34149957ce (patch) | |
tree | b1a868d6c3884ec2ed9ea89409bbf1e36666288a /themes/default/template/index.tpl | |
parent | e01f669fb028c26a6192587661c999826b1f25a6 (diff) |
feature 2588: modifications on index.tpl & slideshow.tpl
New classes & ID:
On index.tpl:
.calendarTitleBar for titrePage when a calendar title is shown
.calendarTitle for second h2 in titrePage
On slideshow.tpl:
#slideshow to indicate that we are on slideshow page
git-svn-id: http://piwigo.org/svn/trunk@13788 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r-- | themes/default/template/index.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 34fa425a8..f5cc8c16c 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -1,7 +1,7 @@ {$MENUBAR} {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> -<div class="titrePage"> +<div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}"> <ul class="categoryActions"> {if !empty($image_orders)} <li>{strip}<a href="javascript:toggleSortOrderBox()" id="sortOrderLink" title="{'Sort order'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> @@ -125,7 +125,7 @@ function toggleImageDerivativesBox(forceHide) { {/if} {if isset($chronology.TITLE)} -<h2>{$chronology.TITLE}</h2> +<h2 class="calendarTitle">{$chronology.TITLE}</h2> {/if} </div>{* <!-- titrePage --> *} |