- Timestamp:
- Oct 25, 2012, 10:04:06 PM (12 years ago)
- Location:
- trunk/themes/default/template
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/default/template/about.tpl
r14240 r18748 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 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2> 7 5 </div> -
trunk/themes/default/template/comment_list.tpl
r18164 r18748 55 55 {/if} 56 56 57 <span class="commentAuthor">{if $comment.WEBSITE_URL}<a href="{$comment.WEBSITE_URL}" class="external" target="_blank" >{$comment.AUTHOR}</a>{else}{$comment.AUTHOR}{/if}</span>58 59 57 <span class="commentAuthor">{if $comment.WEBSITE_URL}<a href="{$comment.WEBSITE_URL}" class="external" target="_blank" rel="nofollow">{$comment.AUTHOR}</a>{else}{$comment.AUTHOR}{/if}</span> 58 {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if} 59 - <span class="commentDate">{$comment.DATE}</span> 60 60 {if isset($comment.IN_EDIT)} 61 61 <a name="edit_comment"></a> -
trunk/themes/default/template/comments.tpl
r14240 r18748 3 3 4 4 <div class="titrePage"> 5 <ul class="categoryActions">6 </ul>7 5 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2> 8 6 </div> -
trunk/themes/default/template/identification.tpl
r14240 r18748 3 3 4 4 <div class="titrePage"> 5 <ul class="categoryActions">6 </ul>7 5 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Identification'|@translate}</h2> 8 6 </div> -
trunk/themes/default/template/password.tpl
r14240 r18748 2 2 <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> 3 3 <div class="titrePage"> 4 <ul class="categoryActions">5 </ul>6 7 4 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$title}</h2> 8 5 </div> -
trunk/themes/default/template/profile.tpl
r14240 r18748 3 3 4 4 <div class="titrePage"> 5 <ul class="categoryActions">6 </ul>7 5 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2> 8 6 </div> -
trunk/themes/default/template/register.tpl
r14240 r18748 5 5 6 6 <div class="titrePage"> 7 <ul class="categoryActions">8 </ul>9 7 <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Registration'|@translate}</h2> 10 8 </div>
Note: See TracChangeset
for help on using the changeset viewer.