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
This commit is contained in:
vdigital
2007-02-04 20:42:26 +00:00
parent ce3bcbc353
commit 76a5808225
6 changed files with 26 additions and 6 deletions
+9 -1
View File
@@ -48,7 +48,15 @@ $template->set_filenames(
'about_content' => get_language_filepath('about.html')
)
);
if ( isset( $themeconf['About']) and $themeconf['About']!=='' )
{
$template->assign_block_vars(
'theme',
array(
'ABOUT' => l10n($themeconf['About']),
)
);
}
$template->assign_vars(
array(
'U_HOME' => make_index_url(),