root/trunk/themes/default/template/about.tpl @ 8374

Revision 8374, 0.6 KB (checked in by rub, 2 years ago)

merge -c8373 from branch 2.1 to trunk

Add a new way to add informations on about page. (Loop on template)
Add element on ignore list

  • Property svn:eol-style set to LF
Line 
1<div id="content" class="content">
2  <div class="titrePage">
3    <ul class="categoryActions">
4                        <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
5                                <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
6                        </a></li>
7    </ul>
8    <h2>{'About'|@translate}</h2>
9  </div>
10  <div id="piwigoAbout">
11  {$ABOUT_MESSAGE}
12  {if isset($THEME_ABOUT) }
13  <ul>
14   <li>{$THEME_ABOUT}</li>
15  </ul>
16  {/if}
17  {if not empty($about_msgs)}
18    {foreach from=$about_msgs item=elt}
19    {$elt}
20    {/foreach}
21  {/if}
22  </div>
23</div>
Note: See TracBrowser for help on using the browser.