Foren / Cotonti / Core Labs / Archive / Some enhancement for list.php

Some enhancement for list.php

Orkan
#1051 15. September 2008, 13:51
I like arrows highlighting :) ...but maybe in more compact way?

$arrows = array();
$params = array('title','key','date','author','owner','count','filecount');
foreach($params as $val)
{
	$arrows[$val]['asc']  = $sed_img_down;
	$arrows[$val]['desc'] = $sed_img_up;
}
$arrows[$s]['asc']  = $sed_img_down_active;
$arrows[$s]['desc'] = $sed_img_up_active;
Perl - the only language that looks the same before and after RSA encryption.