X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=index.php;h=525c272194317093b5c48285ae19e62a2777fd76;hb=HEAD;hp=630d7ee46d1da8d892cc25f9e097f52e6e749681;hpb=e30235122eacdfb8d178dce1261f5864feba8489;p=mirrors%2FSokoMan.git diff --git a/index.php b/index.php index 630d7ee..525c272 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ $val) { - $order= $orderby ? ' '. + $order= $orderby ? ' '. $this->link('↑', $orderby."[$key]=ASC"). $this->link('↓', $orderby."[$key]=DESC") : ''; $keys[$key]=T($key).$order; @@ -215,15 +216,19 @@ class Sklad_HTML extends HTML { //TODO: Split into few more methods