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/search_rules.tpl

    r13555 r13556  
    1 <div class="titrePage">
    2   <ul class="categoryActions">
    3     <li><a href="#" onclick="window.close();" title="{'Close this window'|@translate}">{'Close this window'|@translate}</a></li>
    4   </ul>
    5   <h2>{'Search rules'|@translate}</h2>
    6 </div>
     1{assign var='pagetitle' value='Search rules'}
     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($INTRODUCTION) }
    107  <p>{$INTRODUCTION}</p>
Note: See TracChangeset for help on using the changeset viewer.