From: Andreas Unterkircher Date: Fri, 23 May 2008 09:58:39 +0000 (+0200) Subject: further renaming of showImage() to showPhoto() X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=ba600e17df7511e64159132c298120a52a1befb2;hp=b690db6fe75d323ff4f30e2be0a447a75e140cb5 further renaming of showImage() to showPhoto() Signed-off-by: Andreas Unterkircher --- 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);