diff options
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index cf0a60c..85d276e 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -520,6 +520,8 @@ class PHPFSPOT { $this->tmpl->show("single_photo.tpl"); + print "<script language=\"JavaScript\">self.location.hash = '#image';</script>\n"; + } // showPhoto() /** |