source: extensions/simple_themes/simple/template/about.tpl @ 13556

Last change on this file since 13556 was 13556, checked in by plg, 12 years ago

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 size: 366 bytes
RevLine 
[13556]1{assign var='pagetitle' value='About'}
2{include file='pagetitle.tpl'}
3
[13546]4<div id="content">
[13556]5  {if isset($MENUBAR)}{$MENUBAR}{/if}
[13546]6  {$ABOUT_MESSAGE}
7  {if isset($THEME_ABOUT) }
8  <ul>
[13556]9    <li>{$THEME_ABOUT}</li>
[13546]10  </ul>
11  {/if}
[13551]12  {if not empty($about_msgs)}
[13556]13  {foreach from=$about_msgs item=elt}
14  {$elt}
15  {/foreach}
[13551]16  {/if}
[13556]17  <div style="clear: both;"></div>
[13546]18</div>
Note: See TracBrowser for help on using the repository browser.