Ignore:
Timestamp:
Mar 28, 2012, 9:35:03 PM (12 years ago)
Author:
Zaphod
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/index.tpl

    r13773 r13788  
    22{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
    33<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    4 <div class="titrePage">
     4<div class="titrePage{if isset($chronology.TITLE)} calendarTitleBar{/if}">
    55        <ul class="categoryActions">
    66{if !empty($image_orders)}
     
    126126
    127127{if isset($chronology.TITLE)}
    128 <h2>{$chronology.TITLE}</h2>
     128<h2 class="calendarTitle">{$chronology.TITLE}</h2>
    129129{/if}
    130130
Note: See TracChangeset for help on using the changeset viewer.