From 1f71a31084add9a8fbf2947eff85ee50c5913f5b Mon Sep 17 00:00:00 2001 From: z0rglub Date: Fri, 3 Sep 2004 15:01:05 +0000 Subject: - in admin/configuration, add new step with "sections" (general, comments, default, upload, metadata, sessions) - admin/configuration.php and its template have been higly simplificated by making things more generic : for example, for each configuration parameter, its name must correspond to the name we find in the config table and belongs to a section, in the lang array we find : - $lang['conf_
_'] - $lang['conf_
__info'] - $lang['conf_
__error'] optionnaly - more described message when connection to database server is impossible - redefinitions of get_languages and get_templates functions - deletion of configuration parameters : webmaster, session_keyword - rename of configuration parameters : - default_lang => default_language - default_style => default_template git-svn-id: http://piwigo.org/svn/trunk@512 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/page_tail.php') diff --git a/include/page_tail.php b/include/page_tail.php index bf1c1d0e3..f8388f766 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -34,12 +34,12 @@ $template->assign_vars( array( 'TIME' => $time, 'VERSION' => $conf['version'], - 'WEBMASTER'=>$conf['webmaster'], 'MAIL'=>$conf['mail_webmaster'], 'L_GEN_TIME' => $lang['generation_time'], 'L_SEND_MAIL' => $lang['send_mail'], 'L_TITLE_MAIL' => $lang['title_send_mail'], + 'L_WEBMASTER'=>$lang['webmaster'], 'U_SITE' => $conf['site_url'] )); -- cgit v1.2.3