From c0b5f123b3a93b1291dc65aa9caf1c30957d8939 Mon Sep 17 00:00:00 2001
From: deva <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(-)

(limited to 'utils/modules')

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."  </a>\n";
 		} else {
 			$str .= $indent."  <a class=\"nav_icon\" href=\"?page=gallery&amp;a=".$album."\">\n";
-			$str .= $indent."    <img src=\"gfx/stop.png\"/>\n";
+			$str .= $indent."    <img alt=\"Stop\" src=\"gfx/stop.png\"/>\n";
 			$str .= $indent."  </a>\n";
 		}
 
 		$str .= $indent."  <a class=\"nav_icon\" href=\"?page=gallery&amp;a=".$album."\">\n";
-		$str .= $indent."    <img src=\"gfx/home.png\"/>\n";
+		$str .= $indent."    <img alt=\"Home\" src=\"gfx/home.png\"/>\n";
 		$str .= $indent."  </a>\n";
 
 		if($this->photos[$photo + 1]) {
@@ -164,7 +164,7 @@ class Album {
 			$str .= $indent."  </a>\n";
 		} else {
 			$str .= $indent."  <a class=\"nav_icon\" href=\"?page=gallery&amp;a=".$album."\">\n";
-			$str .= $indent."    <img src=\"gfx/stop.png\"/>\n";
+			$str .= $indent."    <img alt=\"Stop\" src=\"gfx/stop.png\"/>\n";
 			$str .= $indent."  </a>\n";
 		}
 		$str .= $indent."</span>\n";
-- 
cgit v1.2.3