mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-08 21:12:12 +09:00
fixed typo (complie => compile)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6891 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
85dec0c33a
commit
2ccd275fb5
1 changed files with 2 additions and 2 deletions
|
|
@ -624,7 +624,7 @@
|
|||
|
||||
|
||||
// 위젯 스타일을 컴파일 한다.
|
||||
if($args->widgetstyle) $widget_content_body = $this->complieWidgetStyle($args->widgetstyle,$widget, $widget_content_body, $args, $javascript_mode);
|
||||
if($args->widgetstyle) $widget_content_body = $this->compileWidgetStyle($args->widgetstyle,$widget, $widget_content_body, $args, $javascript_mode);
|
||||
|
||||
$output = $widget_content_header . $widget_content_body . $widget_content_footer;
|
||||
|
||||
|
|
@ -666,7 +666,7 @@
|
|||
}
|
||||
|
||||
|
||||
function complieWidgetStyle($widgetStyle,$widget,$widget_content_body, $args, $javascript_mode){
|
||||
function compileWidgetStyle($widgetStyle,$widget,$widget_content_body, $args, $javascript_mode){
|
||||
if(!$widgetStyle) return $widget_content_body;
|
||||
|
||||
$oWidgetModel = &getModel('widget');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue