source: extensions/stripped/template/about.tpl @ 9134

Last change on this file since 9134 was 9134, checked in by Zaphod, 13 years ago

[extension] stripped - version 1.2.0

File size: 468 bytes
Line 
1{php}
2        global $conf;
3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
4{/php}
5<div class="titrePage">
6        <div class="browsePath">
7                <h2><a href="{$U_HOME}" title="{'return to homepage'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2>
8        </div>
9</div>
10<div id="content">
11        <div id="piwigoAbout">
12                {$ABOUT_MESSAGE}
13                {if isset($THEME_ABOUT) }
14                        <ul>
15                                <li>{$THEME_ABOUT}</li>
16                        </ul>
17                {/if}
18        </div>
19</div>
Note: See TracBrowser for help on using the repository browser.