Fix path to column sort marker icons to support themes
authorJehan-Guillaume de Rorthais <ioguix@free.fr>
Mon, 11 Nov 2013 21:53:41 +0000 (22:53 +0100)
committerJehan-Guillaume de Rorthais <ioguix@free.fr>
Mon, 11 Nov 2013 21:55:53 +0000 (22:55 +0100)
display.php

index c013da04374b4f408836093744741b73215fe132..e8a117ec6f88b6855e1d431e2844372a4bde3e7d 100644 (file)
                                        , $misc->printVal($finfo->name);
                                if($_REQUEST['sortkey'] == ($j + 1)) {
                                        if($_REQUEST['sortdir'] == 'asc')
-                                               echo '<img src="images/themes/default/RaiseArgument.png" alt="">';
-                                       else    echo '<img src="images/themes/default/LowerArgument.png" alt="">';
+                                               echo '<img src="'. $misc->icon('RaiseArgument') .'" alt="">';
+                                       else    echo '<img src="'. $misc->icon('LowerArgument') .'" alt="">';
                                }
                                echo "</a></th>\n";
                        }