diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-06 20:23:36 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-06 20:23:36 +0000 |
commit | de34b624e16463da0f93daba664b414cc9bb4d21 (patch) | |
tree | 24be8b0ac64a2a7dfe5c4c99d35a0e530adb4d1c /phpfspot.class.php | |
parent | 57358ea6629f4fafdf383314c64efcea55c56492 (diff) |
some style fixes
git-svn-id: file:///var/lib/svn/phpfspot/trunk@28 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 6 |
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) |