diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-23 20:10:03 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-23 20:10:03 +0000 |
commit | 5c3c778c840ef85bb7d1b3c0af10a8c3538ac6e8 (patch) | |
tree | 32d3b4b6f4e1adff1efa34e0defc78edc6bc8915 /plugins/admin_advices/adv_set.php | |
parent | de54bb85861892447178e688800fcde2cf5de80d (diff) |
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/branches/2.0@2793 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/admin_advices/adv_set.php | 6 |
1 files changed, 6 insertions, 0 deletions
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 |