aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/SwiftThemeCreator/theme_creator.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-02-09 17:54:18 +0000
committerddtddt <ddtddt@piwigo.org>2010-02-09 17:54:18 +0000
commit3666288d62c4ad7a2fce33da272c53b20a9c3739 (patch)
tree09c9e7be231f87195181eceb94a3a70830676a1e /plugins/SwiftThemeCreator/theme_creator.php
parent4f2688663ba63b9808b66edfeb66f951bcb76901 (diff)
[trunk][STC] add localization
git-svn-id: http://piwigo.org/svn/trunk@4862 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/theme_creator.php')
-rw-r--r--plugins/SwiftThemeCreator/theme_creator.php2
1 files changed, 2 insertions, 0 deletions
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
*/