Fixed paths for new directory structure.

This commit is contained in:
paul.baranowski 2010-10-04 10:56:36 -04:00
parent 4e73ed7e5a
commit 3e99ea7d97
5 changed files with 24 additions and 24 deletions

View file

@ -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":