Changeset 18748


Ignore:
Timestamp:
Oct 25, 2012, 10:04:06 PM (12 years ago)
Author:
rvelices
Message:

rel nofollow for user comment url + remove empty <ul>

Location:
trunk/themes/default/template
Files:
7 edited

Legend:

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

    r14240 r18748  
    22<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    33  <div class="titrePage">
    4     <ul class="categoryActions">
    5     </ul>
    64    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
    75  </div>
  • trunk/themes/default/template/comment_list.tpl

    r18164 r18748  
    5555                {/if}
    5656
    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       {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if}
    59       - <span class="commentDate">{$comment.DATE}</span>
     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>
    6060                {if isset($comment.IN_EDIT)}
    6161                <a name="edit_comment"></a>
  • trunk/themes/default/template/comments.tpl

    r14240 r18748  
    33
    44<div class="titrePage">
    5         <ul class="categoryActions">
    6         </ul>
    75        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'User comments'|@translate}</h2>
    86</div>
  • trunk/themes/default/template/identification.tpl

    r14240 r18748  
    33
    44<div class="titrePage">
    5         <ul class="categoryActions">
    6         </ul>
    75        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Identification'|@translate}</h2>
    86</div>
  • trunk/themes/default/template/password.tpl

    r14240 r18748  
    22<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
    33  <div class="titrePage">
    4     <ul class="categoryActions">
    5     </ul>
    6 
    74    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$title}</h2>
    85  </div>
  • trunk/themes/default/template/profile.tpl

    r14240 r18748  
    33
    44<div class="titrePage">
    5         <ul class="categoryActions">
    6         </ul>
    75        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2>
    86</div>
  • trunk/themes/default/template/register.tpl

    r14240 r18748  
    55
    66<div class="titrePage">
    7         <ul class="categoryActions">
    8         </ul>
    97        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Registration'|@translate}</h2>
    108</div>
Note: See TracChangeset for help on using the changeset viewer.