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/about.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>{'About'|@translate}</h2>
    6 </div>
     1{assign var='pagetitle' value='About'}
     2{include file='pagetitle.tpl'}
     3
    74<div id="content">
    8 {if isset($MENUBAR)}{$MENUBAR}{/if}
     5  {if isset($MENUBAR)}{$MENUBAR}{/if}
    96  {$ABOUT_MESSAGE}
    107  {if isset($THEME_ABOUT) }
    118  <ul>
    12    <li>{$THEME_ABOUT}</li>
     9    <li>{$THEME_ABOUT}</li>
    1310  </ul>
    1411  {/if}
    1512  {if not empty($about_msgs)}
    16     {foreach from=$about_msgs item=elt}
    17     {$elt}
    18     {/foreach}
     13  {foreach from=$about_msgs item=elt}
     14  {$elt}
     15  {/foreach}
    1916  {/if}
     17  <div style="clear: both;"></div>
    2018</div>
Note: See TracChangeset for help on using the changeset viewer.