Move webui code under subdir
This commit is contained in:
@@ -6,8 +6,8 @@ class MediaListing_Main extends SihnonFramework_Main {
|
||||
|
||||
protected static $instance;
|
||||
|
||||
protected $template_dir = '../source/templates';
|
||||
protected $template_code_dir = '../source/pages';
|
||||
protected $template_dir = '../source/webui/templates';
|
||||
protected $template_code_dir = '../source/webui/pages';
|
||||
|
||||
protected $smarty;
|
||||
protected $request;
|
||||
|
||||
Reference in New Issue
Block a user