From 23e6eb95cd1d85587596f11df05b716b6f220dfb Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 2 Mar 2010 19:28:55 +0000 Subject: Remove build-in home/stop icons. --- utils/modules/gallery.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/modules/gallery.php b/utils/modules/gallery.php index 3d6e638..3915a90 100644 --- a/utils/modules/gallery.php +++ b/utils/modules/gallery.php @@ -148,23 +148,23 @@ class Album { $str .= $this->photos[$photo - 1]->show($indent." ", "navicon"); $str .= $indent." \n"; } else { - $str .= $indent." \n"; - $str .= $indent." \"Stop\"\n"; + $str .= $indent." \n"; + $str .= $indent." Stop\n"; $str .= $indent." \n"; } - $str .= $indent." \n"; - $str .= $indent." \"Home\"\n"; - $str .= $indent." \n"; + $str .= $indent." \n"; + $str .= $indent." Home\n"; + $str .= $indent." \n"; if($this->photos[$photo + 1]) { $str .= $indent." \n"; $str .= $this->photos[$photo + 1]->show($indent." ", "navicon"); $str .= $indent." \n"; } else { - $str .= $indent." \n"; - $str .= $indent." \"Stop\"\n"; - $str .= $indent." \n"; + $str .= $indent." \n"; + $str .= $indent." Stop\n"; + $str .= $indent." \n"; } $str .= $indent."\n"; -- cgit v1.2.3