SAAS-1061 - implement podcast list view skeleton; small bugfixes
This commit is contained in:
parent
fe5db4761e
commit
0fcf6a8dac
16 changed files with 512 additions and 439 deletions
|
@ -36,6 +36,8 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
|||
)));
|
||||
|
||||
set_include_path(APPLICATION_PATH . 'common' . PATH_SEPARATOR . get_include_path());
|
||||
set_include_path(APPLICATION_PATH . 'common/enum' . PATH_SEPARATOR . get_include_path());
|
||||
set_include_path(APPLICATION_PATH . 'common/interface' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
//Propel classes.
|
||||
set_include_path(APPLICATION_PATH . 'models' . PATH_SEPARATOR . get_include_path());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue