diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-04 20:42:26 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-04 20:42:26 +0000 |
commit | 76a58082252e71443f3983d5bfb8e123818adb3d (patch) | |
tree | 71b4a02303f50f95dc848d926cbc5cf878593404 /template/yoga/about.tpl | |
parent | ce3bcbc353ba8b1d221898a4ae076c067dddd772 (diff) |
Evolution request 0000497: Insert information about theme on about.php
To mention Creative Commons pictures, Free for private use, ...
Totally optional.
Just precise what you want in About field (see any template/yoga/theme/.../themeconf.inc.php
git-svn-id: http://piwigo.org/svn/trunk@1779 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/about.tpl')
-rw-r--r-- | template/yoga/about.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/about.tpl b/template/yoga/about.tpl index 6efa0e9ee..77af4ada5 100644 --- a/template/yoga/about.tpl +++ b/template/yoga/about.tpl @@ -11,5 +11,9 @@ </div> {ABOUT_MESSAGE} - + <!-- BEGIN theme --> + <ul> + <li>{theme.ABOUT}</li> + </ul> + <!-- END theme --> </div> |