source: trunk/themes/default/template/about.tpl @ 10812

Last change on this file since 10812 was 10812, checked in by mistic100, 13 years ago

merge spread_menus to the core

  • Property svn:eol-style set to LF
File size: 420 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content">
3  <div class="titrePage">
4    <ul class="categoryActions"></ul>
5    <h2>{'About'|@translate}</h2>
6  </div>
7  <div id="piwigoAbout">
8  {$ABOUT_MESSAGE}
9  {if isset($THEME_ABOUT) }
10  <ul>
11   <li>{$THEME_ABOUT}</li>
12  </ul>
13  {/if}
14  {if not empty($about_msgs)}
15    {foreach from=$about_msgs item=elt}
16    {$elt}
17    {/foreach}
18  {/if}
19  </div>
20</div>
Note: See TracBrowser for help on using the repository browser.