issue26, added some mouseover text which will explain buttons functions
[phpfspot.git] / phpfspot_tmpl.php
index 4dd24e6ab983bb84803dae45f0bf88096e75e350..b5c1930fbac8818d07d92ecd52a88a9ecc43f663 100644 (file)
@@ -10,8 +10,8 @@ class PHPFSPOT_TMPL extends Smarty {
    {
       $this->Smarty();
       $this->template_dir = $parent->cfg->base_path .'/templates';
-      $this->config_dir   = $parent->cfg->base_path .'/smarty_config';
       $this->compile_dir  = $parent->cfg->base_path .'/templates_c';
+      $this->config_dir   = $parent->cfg->base_path .'/smarty_config';
       $this->cache_dir    = $parent->cfg->base_path .'/smarty_cache';
 
    } // __construct()