From de34b624e16463da0f93daba664b414cc9bb4d21 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Wed, 6 Jun 2007 20:23:36 +0000 Subject: some style fixes git-svn-id: file:///var/lib/svn/phpfspot/trunk@28 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'phpfspot.class.php') 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 "Reset Tags"; - } // getSelectedTags() public function addTag($tag) -- cgit v1.2.3-18-g5258