1 | <?php |
---|
2 | {* BEGIN of themeconf.inc.tpl |
---|
3 | |
---|
4 | ************** Warning ************** |
---|
5 | This is not a real php but a real template. |
---|
6 | Do NOT change any line/character below without a strong Team advice. |
---|
7 | |
---|
8 | *} |
---|
9 | $themeconf = array( |
---|
10 | 'template' => '{$main.newtpl}', |
---|
11 | 'theme' => '{$main.newtheme}', |
---|
12 | 'template_dir' => 'template/{$main.newtpl}', |
---|
13 | 'icon_dir' => 'template/{$main.newtpl}/icon', |
---|
14 | 'admin_icon_dir' => 'template/{$main.newtpl}/icon/admin', |
---|
15 | 'mime_icon_dir' => 'template/{$main.newtpl}/icon/mimetypes/', |
---|
16 | 'local_head' => '<!-- coming soon -->', |
---|
17 | /* Swift Theme Creator parameters */ |
---|
18 | 'stc_category' => {$main.src_category}, |
---|
19 | 'stc_background' => '{$main.background}', |
---|
20 | 'stc_background_mode' => '{$main.background_mode}', |
---|
21 | 'stc_width' => '{$main.picture_width}', |
---|
22 | 'stc_height' => '{$main.picture_height}', |
---|
23 | ); |
---|
24 | if ( !isset($lang['Theme: {$main.newtheme}']) ) |
---|
25 | |
---|
26 | /* LocalFiles Editor can help you for translation in local.lang.php |
---|
27 | After next "=", following text could be translated. |
---|
28 | 4 lines below could copied in local.lang.php for local translation */ |
---|
29 | {* |
---|
30 | Not these ones but those produced by "Swift Theme Creator" |
---|
31 | *} |
---|
32 | |
---|
33 | $lang['Theme: {$main.newtheme}'] = |
---|
34 | 'Current page are displayed via {$main.newtheme} theme based on ' . |
---|
35 | '{$main.newtpl} template, a theme generated by the ' . |
---|
36 | '"Swift Theme Creator" plugin.'; |
---|
37 | |
---|
38 | {* END of themeconf.inc.tpl.php *} |
---|
39 | ?> |
---|