'sort' => array(
'type' => 'select',
'options' => array(
'time_stamp' => Phpfox::getPhrase('music.date_added'),
'title' => Phpfox::getPhrase('music.name')
),
'default' => 'time_stamp',
'alias' => 'm'
),
'sort_by' => array(
'type' => 'select',
'options' => array(
'DESC' => Phpfox::getPhrase('core.descending'),
'ASC' => Phpfox::getPhrase('core.ascending')
),
'default' => 'DESC'
),
Edited by Alexander, 17 February 2011 - 03:53 PM.
Code tags, # button


Sign In
Create Account

Back to top









