From 3666288d62c4ad7a2fce33da272c53b20a9c3739 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Tue, 9 Feb 2010 17:54:18 +0000 Subject: [trunk][STC] add localization git-svn-id: http://piwigo.org/svn/trunk@4862 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/SwiftThemeCreator/theme_creator.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/SwiftThemeCreator/theme_creator.php') diff --git a/plugins/SwiftThemeCreator/theme_creator.php b/plugins/SwiftThemeCreator/theme_creator.php index 9bd30d7c7..25c20fd77 100644 --- a/plugins/SwiftThemeCreator/theme_creator.php +++ b/plugins/SwiftThemeCreator/theme_creator.php @@ -26,6 +26,8 @@ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); if (!defined('IN_ADMIN') or !IN_ADMIN) die('Hacking attempt!'); define('STC_PATH', PHPWG_PLUGINS_PATH.'SwiftThemeCreator/'); define('STC_INTERNAL_VERSION', '1.40'); +load_language('plugin.lang', STC_PATH); + /* * stc_hex2rgb convert any string to array of RGB values */ -- cgit v1.2.3