summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index 6d66aae..36ac8ce 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -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)