Changeset 693 for trunk/pages/arena.php
- Timestamp:
- Mar 20, 2010, 9:52:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pages/arena.php
r681 r693 11 11 function MakeLink($show, $sort) 12 12 { 13 global $dir, $dir_img ;13 global $dir, $dir_img, $html; 14 14 15 15 if(isset($_GET['order']) and $_GET['order'] == $sort) $arrow = $dir_img; 16 16 else $arrow = ''; 17 return($arrow.'<a href=" ?page=arena&order='.$sort.'&dir='.$dir.'">'.$show.'</a>');17 return($arrow.'<a href="'.$html->Link('/arena/?order='.$sort.'&dir='.$dir).'">'.$show.'</a>'); 18 18 } 19 19
Note:
See TracChangeset
for help on using the changeset viewer.