diff options
Diffstat (limited to 'medialist.php')
| -rw-r--r-- | medialist.php | 8 |
1 files changed, 4 insertions, 4 deletions
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 = "<img src=\"".$WT_IMAGES["rarrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; - $IconLarrow = "<img src=\"".$WT_IMAGES["larrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; - $IconRDarrow = "<img src=\"".$WT_IMAGES["rdarrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; - $IconLDarrow = "<img src=\"".$WT_IMAGES["ldarrow"]["other"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconRarrow = "<img src=\"".$WT_IMAGES["rarrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconLarrow = "<img src=\"".$WT_IMAGES["larrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconRDarrow = "<img src=\"".$WT_IMAGES["rdarrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; + $IconLDarrow = "<img src=\"".$WT_IMAGES["ldarrow"]."\" width=\"20\" height=\"20\" border=\"0\" alt=\"\" />"; print"\n\t<table class=\"list_table\">\n"; |
