diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/about.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/comment_list.tpl | 6 | ||||
-rw-r--r-- | themes/default/template/comments.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/identification.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/password.tpl | 3 | ||||
-rw-r--r-- | themes/default/template/profile.tpl | 2 | ||||
-rw-r--r-- | themes/default/template/register.tpl | 2 |
7 files changed, 3 insertions, 16 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index f47c940e4..ef703f419 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -1,8 +1,6 @@ {if isset($MENUBAR)}{$MENUBAR}{/if} <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2> </div> diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index daa1b835c..05ee28f75 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -54,9 +54,9 @@ </div> {/if} - <span class="commentAuthor">{if $comment.WEBSITE_URL}<a href="{$comment.WEBSITE_URL}" class="external" target="_blank">{$comment.AUTHOR}</a>{else}{$comment.AUTHOR}{/if}</span> - {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if} - - <span class="commentDate">{$comment.DATE}</span> + <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> + {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if} + - <span class="commentDate">{$comment.DATE}</span> {if isset($comment.IN_EDIT)} <a name="edit_comment"></a> <form method="post" action="{$comment.U_EDIT}" id="editComment"> diff --git a/themes/default/template/comments.tpl b/themes/default/template/comments.tpl index 0ffef1fa9..a668b1c9f 100644 --- a/themes/default/template/comments.tpl +++ b/themes/default/template/comments.tpl @@ -2,8 +2,6 @@ <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2> </div> diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index d17e06fa9..b6fc07ea2 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -2,8 +2,6 @@ <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Identification'|@translate}</h2> </div> diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl index 260830cdf..c70513cb3 100644 --- a/themes/default/template/password.tpl +++ b/themes/default/template/password.tpl @@ -1,9 +1,6 @@ {if isset($MENUBAR)}{$MENUBAR}{/if} <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> - <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$title}</h2> </div> diff --git a/themes/default/template/profile.tpl b/themes/default/template/profile.tpl index 8c004f718..de28d0e91 100644 --- a/themes/default/template/profile.tpl +++ b/themes/default/template/profile.tpl @@ -2,8 +2,6 @@ <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2> </div> diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index 09ed0d577..56daa3833 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -4,8 +4,6 @@ <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Registration'|@translate}</h2> </div> |