aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/SwiftThemeCreator/themeconf.inc.tpl
blob: 138516ef7a1ffae31baf7c7a6207699db80c7b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?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 *}
?>