Changeset 18750 for trunk/themes
- Timestamp:
- Oct 26, 2012, 7:09:21 AM (12 years ago)
- Location:
- trunk/themes/default/template
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/about.tpl
r18748 r18750 2 2 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> 3 3 <div class="titrePage"> 4 <ul class="categoryActions"> 5 </ul> 4 6 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2> 5 7 </div> -
trunk/themes/default/template/comments.tpl
r18748 r18750 3 3 4 4 <div class="titrePage"> 5 <ul class="categoryActions"> 6 </ul> 5 7 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2> 6 8 </div> -
trunk/themes/default/template/identification.tpl
r18748 r18750 3 3 4 4 <div class="titrePage"> 5 <ul class="categoryActions"> 6 </ul> 5 7 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Identification'|@translate}</h2> 6 8 </div> -
trunk/themes/default/template/password.tpl
r18748 r18750 2 2 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> 3 3 <div class="titrePage"> 4 <ul class="categoryActions"> 5 </ul> 6 4 7 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$title}</h2> 5 8 </div> -
trunk/themes/default/template/profile.tpl
r18748 r18750 3 3 4 4 <div class="titrePage"> 5 <ul class="categoryActions"> 6 </ul> 5 7 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2> 6 8 </div> -
trunk/themes/default/template/register.tpl
r18748 r18750 5 5 6 6 <div class="titrePage"> 7 <ul class="categoryActions"> 8 </ul> 7 9 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Registration'|@translate}</h2> 8 10 </div>
Note: See TracChangeset
for help on using the changeset viewer.