From: Thomas Mudrunka Date: Fri, 19 Oct 2012 23:59:43 +0000 (+0200) Subject: nbsp pred orderby sipkama X-Git-Url: http://git.harvie.cz/?p=mirrors%2FSokoMan.git;a=commitdiff_plain;h=0f5f15490aaefd530fc6ac935dfa627d3889ba1c nbsp pred orderby sipkama --- diff --git a/index.php b/index.php index 630d7ee..b9860e3 100755 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@ class HTML { unset($row[$row_classes_field]); if($header) { $keys = array(); foreach($row as $key => $val) { - $order= $orderby ? ' '. + $order= $orderby ? ' '. $this->link('↑', $orderby."[$key]=ASC"). $this->link('↓', $orderby."[$key]=DESC") : ''; $keys[$key]=T($key).$order;