projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba83ec
)
Fix path to column sort marker icons to support themes
author
Jehan-Guillaume de Rorthais
<ioguix@free.fr>
Mon, 11 Nov 2013 21:53:41 +0000
(22:53 +0100)
committer
Jehan-Guillaume de Rorthais
<ioguix@free.fr>
Mon, 11 Nov 2013 21:55:53 +0000
(22:55 +0100)
display.php
patch
|
blob
|
blame
|
history
diff --git
a/display.php
b/display.php
index c013da04374b4f408836093744741b73215fe132..e8a117ec6f88b6855e1d431e2844372a4bde3e7d 100644
(file)
--- a/
display.php
+++ b/
display.php
@@
-324,8
+324,8
@@
, $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";
}