Whitespace fixes for coding conventions
This commit is contained in:
parent
26fbe865ec
commit
d362f0c3c9
1 changed files with 18 additions and 19 deletions
|
@ -5,13 +5,12 @@ $Smarty->register_object('HUBBROWSE', $HUBBROWSE);
|
|||
$Smarty->register_object('SEARCH', $uiBrowser->SEARCH);
|
||||
$Smarty->register_object('HUBSEARCH', $uiBrowser->HUBSEARCH);
|
||||
$Smarty->register_object('TRANSFERS', $uiBrowser->TRANSFERS);
|
||||
$Smarty->assign_by_ref ('PL', $uiBrowser->PLAYLIST);
|
||||
$Smarty->assign_by_ref ('SCHEDULER', $uiBrowser->SCHEDULER);
|
||||
$Smarty->assign_by_ref ('SCRATCHPAD', $uiBrowser->SCRATCHPAD);
|
||||
$Smarty->assign_by_ref ('SUBJECTS', $uiBrowser->SUBJECTS);
|
||||
$Smarty->assign_by_ref ('EXCHANGE', $uiBrowser->EXCHANGE);
|
||||
$Smarty->assign_by_ref ('JSCOM', $jscom);
|
||||
|
||||
$Smarty->assign_by_ref('PL', $uiBrowser->PLAYLIST);
|
||||
$Smarty->assign_by_ref('SCHEDULER', $uiBrowser->SCHEDULER);
|
||||
$Smarty->assign_by_ref('SCRATCHPAD', $uiBrowser->SCRATCHPAD);
|
||||
$Smarty->assign_by_ref('SUBJECTS', $uiBrowser->SUBJECTS);
|
||||
$Smarty->assign_by_ref('EXCHANGE', $uiBrowser->EXCHANGE);
|
||||
$Smarty->assign_by_ref('JSCOM', $jscom);
|
||||
|
||||
$Smarty->register_function('str_repeat', 'S_str_repeat');
|
||||
$Smarty->register_function('tra', 'S_tra');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue