diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-10-25 20:04:06 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-10-25 20:04:06 +0000 |
commit | 0c4106e60636e731c20975e483ded414aa9e01b4 (patch) | |
tree | 0a4b0ace0717ff95f799472b429d94bc81cdc893 /themes | |
parent | b57ab43510656863f6e8303115a03a0479808f9b (diff) |
rel nofollow for user comment url + remove empty <ul>
git-svn-id: http://piwigo.org/svn/trunk@18748 68402e56-0260-453c-a942-63ccdbb3a9ee
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> |