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

Last change on this file since 23384 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
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
3  <div class="titrePage">
4    <ul class="categoryActions">
5    </ul>
6    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
7  </div>
8 
9  {include file='infos_errors.tpl'}
10 
11  <div id="piwigoAbout">
12  {$ABOUT_MESSAGE}
13  {if isset($THEME_ABOUT) }
14  <ul>
15   <li>{$THEME_ABOUT}</li>
16  </ul>
17  {/if}
18  {if not empty($about_msgs)}
19    {foreach from=$about_msgs item=elt}
20    {$elt}
21    {/foreach}
22  {/if}
23  </div>
24</div>
Note: See TracBrowser for help on using the repository browser.