From ba600e17df7511e64159132c298120a52a1befb2 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 23 May 2008 11:58:39 +0200 Subject: [PATCH 1/1] further renaming of showImage() to showPhoto() Signed-off-by: Andreas Unterkircher --- phpfspot.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpfspot.class.php b/phpfspot.class.php index 54308aa..1d20ab1 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -649,12 +649,12 @@ class PHPFSPOT { $this->tmpl->assign('current_img', $photo); if($previous_img) { - $this->tmpl->assign('previous_url', "javascript:showImage(". $previous_img .");"); + $this->tmpl->assign('previous_url', "javascript:showPhoto(". $previous_img .");"); $this->tmpl->assign('prev_img', $previous_img); } if($next_img) { - $this->tmpl->assign('next_url', "javascript:showImage(". $next_img .");"); + $this->tmpl->assign('next_url', "javascript:showPhoto(". $next_img .");"); $this->tmpl->assign('next_img', $next_img); } $this->tmpl->assign('mini_width', $this->cfg->mini_width); -- 2.25.1