some style fixes
[phpfspot.git] / phpfspot.class.php
index 6d66aaefd102f4e39f1934c3dace91c93b8cacee..36ac8ce2f5fa66d7169bdc8cc503f23254faa4b4 100644 (file)
@@ -38,11 +38,9 @@ class PHPFSPOT {
 
    public function show()
    {
-
-      $this->tmpl->assign('tags', $this->tags);
+      $this->tmpl->assign('page_title', $this->cfg->page_title);
       $this->tmpl->show("index.tpl");
 
-
    } // show()
 
    private function get_tags()
@@ -176,8 +174,6 @@ class PHPFSPOT {
 
       }
 
-      print "<a href=\"javascript:Tags('reset', 0);\">Reset Tags</a>";
-
    } // getSelectedTags()
 
    public function addTag($tag)