mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 19:02:14 +09:00
issue remove a string 'xe1.7' in path.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11788 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8c570adeff
commit
61f82d7dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class layoutAdminModel extends layout {
|
|||
$security = new Security();
|
||||
$security->encodeHTML('layout_code_css', 'layout_code', 'widget_list..title');
|
||||
|
||||
$script = '<script src="/xe1.7/modules/layout/tpl/js/layout_admin_set_html.js"></script>';
|
||||
$script = '<script src="./modules/layout/tpl/js/layout_admin_set_html.js"></script>';
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
$html = $oTemplate->compile($this->module_path.'tpl/', 'layout_html_css_view');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue