mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
페이지 모듈의 위젯 처리 부분 오류 없이 수정 & 컨텐츠 추가시 내용을 utf8 encode하도록 하여 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3501721233
commit
1b15ffbea6
8 changed files with 190 additions and 141 deletions
|
|
@ -86,10 +86,7 @@
|
|||
// args 정리
|
||||
$attribute = array();
|
||||
if($vars) {
|
||||
$vars->widget_position = "left";
|
||||
$vars->widget_fix_width = "Y";
|
||||
foreach($vars as $key => $val) {
|
||||
if($key == 'widget_position') continue;
|
||||
if(strpos($val,'|@|')>0) {
|
||||
$val = str_replace('|@|',',',$val);
|
||||
$vars->{$key} = $val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue