Changeset 18750


Ignore:
Timestamp:
Oct 26, 2012, 7:09:21 AM (12 years ago)
Author:
rvelices
Message:

rollback remove empty <ul> ( -r18748 )

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

Legend:

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

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

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

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

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

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

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