Fixed paths for new directory structure.
This commit is contained in:
parent
4e73ed7e5a
commit
3e99ea7d97
5 changed files with 24 additions and 24 deletions
|
@ -19,9 +19,9 @@ switch ($_REQUEST['act']) {
|
|||
# $uiHandler->PLAYLIST->reportLookedPL();
|
||||
$uiHandler->PLAYLIST->loadLookedFromPref();
|
||||
}
|
||||
include(dirname(__FILE__).'/htmlUI/templates/loader/index.tpl');
|
||||
include(dirname(__FILE__).'/htmlUI/templates/popup/_reload_parent.tpl');
|
||||
include(dirname(__FILE__).'/htmlUI/templates/popup/_close.tpl');
|
||||
include(dirname(__FILE__).'/templates/loader/index.tpl');
|
||||
include(dirname(__FILE__).'/templates/popup/_reload_parent.tpl');
|
||||
include(dirname(__FILE__).'/templates/popup/_close.tpl');
|
||||
exit;
|
||||
|
||||
case "logout":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue