From dcc26041d1dd86d47516e143fd5e475e588180cf Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 25 May 2008 09:20:24 +0200 Subject: fix export, web_path was not set correctly Signed-off-by: Andreas Unterkircher --- phpfspot.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpfspot.class.php') diff --git a/phpfspot.class.php b/phpfspot.class.php index 9a11069..60521ad 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -299,7 +299,9 @@ class PHPFSPOT { } break; case 'export': - $this->tmpl->show("export.tpl"); + /* fetch export template */ + print $this->tmpl->fetch("export.tpl"); + /* no further execution necessary. */ return; break; case 'slideshow': -- cgit v1.2.3-18-g5258