From c0b5f123b3a93b1291dc65aa9caf1c30957d8939 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 28 Jan 2010 19:05:00 +0000 Subject: Added alt tags to home and stop icons. --- utils/modules/gallery.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/modules/gallery.php b/utils/modules/gallery.php index 4c7edc5..e9b2934 100644 --- a/utils/modules/gallery.php +++ b/utils/modules/gallery.php @@ -150,12 +150,12 @@ class Album { $str .= $indent." \n"; } else { $str .= $indent." \n"; - $str .= $indent." \n"; + $str .= $indent." \"Stop\"\n"; $str .= $indent." \n"; } $str .= $indent." \n"; - $str .= $indent." \n"; + $str .= $indent." \"Home\"\n"; $str .= $indent." \n"; if($this->photos[$photo + 1]) { @@ -164,7 +164,7 @@ class Album { $str .= $indent." \n"; } else { $str .= $indent." \n"; - $str .= $indent." \n"; + $str .= $indent." \"Stop\"\n"; $str .= $indent." \n"; } $str .= $indent."\n"; -- cgit v1.2.3