source: extensions/Versa/template/about.tpl @ 31833

Last change on this file since 31833 was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
File size: 743 bytes
Line 
1<div id="mainBox">
2{if isset($MENUBAR)}{$MENUBAR}{/if}
3{combine_script id='menu.switch' load='footer' require='jquery' path='themes/versa/js/menuswitch.js'}
4
5<div id="contentBox">
6
7<div id="content" class="content">
8  <div class="titrePage">
9    <ul class="categoryActions">
10    </ul>
11    <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
12  </div>
13 
14  {include file='infos_errors.tpl'}
15 
16  <div id="piwigoAbout">
17  {$ABOUT_MESSAGE}
18  {if isset($THEME_ABOUT) }
19  <ul>
20   <li>{$THEME_ABOUT}</li>
21  </ul>
22  {/if}
23  {if not empty($about_msgs)}
24    {foreach from=$about_msgs item=elt}
25    {$elt}
26    {/foreach}
27  {/if}
28  </div>
29</div> <!-- content -->
30</div> <!-- contentBox -->
31</div> <!-- mainBox -->
Note: See TracBrowser for help on using the repository browser.