mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
add faceoff migration
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae5cf5a0e8
commit
5cd8e57f0e
13 changed files with 149 additions and 41 deletions
|
|
@ -103,6 +103,8 @@
|
|||
|
||||
// Get layout info
|
||||
$layout = Context::get('layout');
|
||||
if ($layout == 'faceoff') return $this->stop('not supported');
|
||||
|
||||
$layout_info = $oModel->getLayoutInfo($layout, null, $type);
|
||||
if (!$layout_info) return $this->stop('msg_invalid_request');
|
||||
|
||||
|
|
@ -248,12 +250,6 @@
|
|||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('layout_code_css', 'layout_code', 'widget_list..title');
|
||||
// debugPrint(Context::get('selected_layout'));
|
||||
// debugPrint(Context::get('layout_code_css'));
|
||||
// debugPrint(Context::get('layout_code'));
|
||||
// debugPrint(Context::get('layout_image_list'));
|
||||
// debugPrint(Context::get('layout_image_path'));
|
||||
// debugPrint(Context::get('widget_list'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue