From 4d8e05b869ed93cb4116af6be55544f59040609d Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 13 Oct 2008 19:55:44 +0000 Subject: Remove of Swift Theme Creator from the branch (kept in trunk currently). All functions were not available. git-svn-id: http://piwigo.org/svn/branches/2.0@2732 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/SwiftThemeCreator/themeconf.inc.tpl | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 plugins/SwiftThemeCreator/themeconf.inc.tpl (limited to 'plugins/SwiftThemeCreator/themeconf.inc.tpl') 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 @@ - '{$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' => '', - /* 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 -- cgit v1.2.3