issue61, theme support
[phpfspot.git] / phpfspot.class.php
index 23eb541c337d451e516a635d79ec964381a4ca73..825f92d098d55a8e602ee8c16bd5cf027ac89b31 100644 (file)
@@ -150,6 +150,7 @@ class PHPFSPOT {
       $this->tmpl->assign('to_date', $this->get_calendar('to'));
       $this->tmpl->assign('sort_field', $this->get_sort_field());
       $this->tmpl->assign('content_page', 'welcome.tpl');
+      $this->tmpl->assign('template_path', 'themes/'. $this->cfg->theme_name);
       $this->tmpl->show("index.tpl");