*** empty log message ***
This commit is contained in:
parent
36f6ca0b06
commit
06258d6b95
15 changed files with 205 additions and 87 deletions
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
$Smarty->register_object('uiBrowser', $uiBrowser);
|
||||
$Smarty->register_object('UIBROWSER', $uiBrowser);
|
||||
$Smarty->register_object('PL', $uiBrowser->PLAYLIST);
|
||||
$Smarty->register_object('BROWSE', $uiBrowser->BROWSE);
|
||||
$Smarty->register_object('SEARCH', $uiBrowser->SEARCH);
|
||||
|
||||
$Smarty->register_function('str_repeat', 'S_str_repeat');
|
||||
$Smarty->register_function('urlencode', 'S_urlencode');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue