aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/SwiftThemeCreator/themeconf.inc.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-24 23:24:56 +0000
committerplegall <plg@piwigo.org>2010-03-24 23:24:56 +0000
commitf9c4587dbd4148e370f7a0d51c47c7e94265a80d (patch)
treea3561d77e3331a6c37f1fc3f9f9ebf86e3fece88 /plugins/SwiftThemeCreator/themeconf.inc.tpl
parentf9b339cf796e1b78e2a3416f594897c0b808c156 (diff)
move SwiftThemeCreator plugin from core to extensions
git-svn-id: http://piwigo.org/svn/trunk@5329 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/SwiftThemeCreator/themeconf.inc.tpl')
-rw-r--r--plugins/SwiftThemeCreator/themeconf.inc.tpl39
1 files changed, 0 insertions, 39 deletions
diff --git a/plugins/SwiftThemeCreator/themeconf.inc.tpl b/plugins/SwiftThemeCreator/themeconf.inc.tpl
deleted file mode 100644
index 138516ef7..000000000
--- a/plugins/SwiftThemeCreator/themeconf.inc.tpl
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-{* BEGIN of themeconf.inc.tpl
-
- ************** Warning **************
- This is not a real php but a real template.
- Do NOT change any line/character below without a strong Team advice.
-
-*}
-$themeconf = array(
- 'template' => '{$main.newtpl}',
- 'theme' => '{$main.newtheme}',
- 'template_dir' => 'template/{$main.newtpl}',
- 'icon_dir' => 'template/{$main.newtpl}/icon',
- 'admin_icon_dir' => 'template/{$main.newtpl}/icon/admin',
- 'mime_icon_dir' => 'template/{$main.newtpl}/icon/mimetypes/',
- 'local_head' => '<!-- coming soon -->',
- /* Swift Theme Creator parameters */
- 'stc_category' => {$main.src_category},
- 'stc_background' => '{$main.background}',
- 'stc_background_mode' => '{$main.background_mode}',
- 'stc_width' => '{$main.picture_width}',
- 'stc_height' => '{$main.picture_height}',
-);
-if ( !isset($lang['Theme: {$main.newtheme}']) )
-
- /* LocalFiles Editor can help you for translation in local.lang.php
- After next "=", following text could be translated.
- 4 lines below could copied in local.lang.php for local translation */
- {*
- Not these ones but those produced by "Swift Theme Creator"
- *}
-
- $lang['Theme: {$main.newtheme}'] =
- 'Current page are displayed via {$main.newtheme} theme based on ' .
- '{$main.newtpl} template, a theme generated by the ' .
- '"Swift Theme Creator" plugin.';
-
-{* END of themeconf.inc.tpl.php *}
-?> \ No newline at end of file