Ignore:
Timestamp:
Mar 14, 2012, 2:51:37 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.5.1

  • refactor code for #titrePage and add the link to switch the menu
  • fixes for comments page
  • fixes for pages where the $MENUBAR is present
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/template/register.tpl

    r13555 r13556  
    1 <div class="titrePage">
    2   <ul class="categoryActions">
    3     <li><a href="{$U_HOME}" title="{'Home'|@translate}">{'Home'|@translate}</a></li>
    4   </ul>
    5   <h2>{'Registration'|@translate}</h2>
    6 </div>
     1{assign var='pagetitle' value='Registration'}
     2{include file='pagetitle.tpl'}
     3
    74<div id="content">
    8 {if isset($MENUBAR)}{$MENUBAR}{/if}
     5  {if isset($MENUBAR)}{$MENUBAR}{/if}
    96  {if isset($errors)}
    107  <div class="errors">
     
    5956       //-->
    6057  </script>
     58  <div style="clear: both;"></div>
    6159</div> <!-- content -->
Note: See TracChangeset for help on using the changeset viewer.