mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
issue 2584 fixed a javascript path.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11750 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
33c9ff3311
commit
76fa88edcb
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class layoutAdminModel extends layout {
|
|||
}
|
||||
Context::set('selected_layout', $layout_info);
|
||||
|
||||
$script = '<script src="/xe1.7/modules/layout/tpl/js/layout_modify.js"></script>';
|
||||
$script = '<script src="./modules/layout/tpl/js/layout_modify.js"></script>';
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
$html = $oTemplate->compile($this->module_path.'tpl/', 'layout_info_view');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue