From 151c3b1129b76e00122ef2d91c1e80e7de9adae4 Mon Sep 17 00:00:00 2001 From: flop25 Date: Wed, 15 Jan 2014 18:25:07 +0000 Subject: small fix : loading language files in public side too git-svn-id: http://piwigo.org/svn/trunk@26758 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/smartpocket/themeconf.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php index 44f0d77d8..a23a3764f 100644 --- a/themes/smartpocket/themeconf.inc.php +++ b/themes/smartpocket/themeconf.inc.php @@ -16,6 +16,8 @@ $themeconf = array( global $conf; include(PHPWG_THEMES_PATH.'smartpocket/admin/upgrade.inc.php'); +load_language('theme.lang', PHPWG_THEMES_PATH.'smartpocket/'); + // Redirect if page is not compatible with mobile theme /*if (!in_array(script_basename(), array('index', 'register', 'profile', 'identification', 'ws', 'admin'))) -- cgit v1.2.3