From b4da02a0df04e995a24e998d472f1052d498565b Mon Sep 17 00:00:00 2001 From: fisharebest Date: Sat, 17 Jul 2010 16:10:29 +0000 Subject: Combine large and small icons - use CSS to downsize when small icons are required --- medialist.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'medialist.php') diff --git a/medialist.php b/medialist.php index 51260e3d8c..2e397e7fe1 100644 --- a/medialist.php +++ b/medialist.php @@ -424,10 +424,10 @@ if ($show == "yes") { $currentPage = ((int) ($start / $max)) + 1; $lastPage = (int) (($ct + $max - 1) / $max); - $IconRarrow = "\"\""; - $IconLarrow = "\"\""; - $IconRDarrow = "\"\""; - $IconLDarrow = "\"\""; + $IconRarrow = "\"\""; + $IconLarrow = "\"\""; + $IconRDarrow = "\"\""; + $IconLDarrow = "\"\""; print"\n\t\n"; -- cgit v1.3