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

Last change on this file since 19575 was 18750, checked in by rvelices, 12 years ago

rollback remove empty <ul> ( -r18748 )

  • Property svn:eol-style set to LF
File size: 569 bytes
RevLine 
[10812]1{if isset($MENUBAR)}{$MENUBAR}{/if}
[12878]2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
[859]3  <div class="titrePage">
[18750]4    <ul class="categoryActions">
5    </ul>
[14240]6    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
[859]7  </div>
[12764]8 
9  {include file='infos_errors.tpl'}
10 
[5250]11  <div id="piwigoAbout">
[2223]12  {$ABOUT_MESSAGE}
13  {if isset($THEME_ABOUT) }
[5250]14  <ul>
15   <li>{$THEME_ABOUT}</li>
16  </ul>
[2223]17  {/if}
[8374]18  {if not empty($about_msgs)}
19    {foreach from=$about_msgs item=elt}
20    {$elt}
21    {/foreach}
22  {/if}
[5250]23  </div>
[859]24</div>
Note: See TracBrowser for help on using the repository browser.