From dadd219bf2d32215a6cdff1b2fb02c3f3dfc8f65 Mon Sep 17 00:00:00 2001 From: vdigital Date: Thu, 23 Oct 2008 20:15:58 +0000 Subject: Merging revisions 2793-2794 Format Sylvia theme.css Minor: on default-layout.css category list on search page is enlarged. Refer to SVN:2789 - include Admin Advices in [34]( compiled_template_cache_language ) and [35] ( template_compile_check ) Translation is needed for German, Spanish, Italian... git-svn-id: http://piwigo.org/svn/trunk@2795 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/adv_set.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/admin_advices/adv_set.php') diff --git a/plugins/admin_advices/adv_set.php b/plugins/admin_advices/adv_set.php index 88dcc4511..5b6ee3cde 100644 --- a/plugins/admin_advices/adv_set.php +++ b/plugins/admin_advices/adv_set.php @@ -172,4 +172,10 @@ $adv['v'][32] = sprintf($lang['current'], (($conf['use_exif'])? 'true':'false' ) $adv['n'][33] = '**' . $lang['navigation']; +$adv['n'][34] = 'compiled_template_cache_language'; +$adv['v'][34] = sprintf($lang['current'], (($conf['compiled_template_cache_language'])? 'true':'false' )); + +$adv['n'][35] = 'template_compile_check'; +$adv['v'][35] = sprintf($lang['current'], (($conf['template_compile_check'])? 'true':'false' )); + ?> \ No newline at end of file -- cgit v1.2.3