Last change
on this file since 3013 was
2352,
checked in by patdenice, 17 years ago
|
Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
463 bytes
|
Line | |
---|
1 | {* $Id: about.tpl 2352 2008-05-20 00:27:26Z patdenice $ *} |
---|
2 | <div id="content" class="content"> |
---|
3 | <div class="titrePage"> |
---|
4 | <ul class="categoryActions"> |
---|
5 | <li> |
---|
6 | <a href="{$U_HOME}" title="{'return to homepage'|@translate}"> |
---|
7 | <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/> |
---|
8 | </a> |
---|
9 | </li> |
---|
10 | </ul> |
---|
11 | <h2>{'About'|@translate}</h2> |
---|
12 | </div> |
---|
13 | <ul> |
---|
14 | {$ABOUT_MESSAGE} |
---|
15 | {if isset($THEME_ABOUT) } |
---|
16 | <li>{$THEME_ABOUT}</li> |
---|
17 | {/if} |
---|
18 | </ul> |
---|
19 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.