diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-01-15 19:39:37 +0100 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-01-15 19:39:37 +0100 |
commit | 9e0069f45399b5436200c158c8fdbda3da1ffe5a (patch) | |
tree | aac7518d1b57d075b15af35c6726b2612c27e4a1 /phpfspot.class.php | |
parent | b8e94789af7969321cd895d1cef5d175074afcbb (diff) |
use HTML_AJAXs replace function to alter content of content-div
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index 85d276e..467fdb2 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -520,7 +520,7 @@ class PHPFSPOT { $this->tmpl->show("single_photo.tpl"); - print "<script language=\"JavaScript\">self.location.hash = '#image';</script>\n"; + print "<script language=\"JavaScript\">self.location.hash = '#photo';</script>\n"; } // showPhoto() |