mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@442 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a41ab13b9b
commit
558b061a83
2 changed files with 3 additions and 5 deletions
|
|
@ -70,7 +70,7 @@
|
||||||
<!--@end--><!--@end-->
|
<!--@end--><!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div plugin="newest_document" title="제목" order_target="list_order" order_type="desc" list_count="20" class="a" style="border:1px solid #AAAAAA;"></div>
|
<div plugin="newest_document" title="safs" order_target="list_order" order_type="desc" list_count="20" mid_list="board,test"></div>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,8 @@
|
||||||
|
|
||||||
$attribute = array();
|
$attribute = array();
|
||||||
if($vars) {
|
if($vars) {
|
||||||
foreach($vars as $key=>$val) {
|
foreach($vars as $key => $val) {
|
||||||
debugPrint($val);
|
if(strpos($val,'|@|')>0) $val = str_replace('|@|',',',$val);
|
||||||
debugPrint(strpos('|@|', $val));
|
|
||||||
if(strpos('|@|', $val)>0) $val = str_replace('|@|',',',$val);
|
|
||||||
$attribute[] = sprintf('%s="%s"', $key, str_replace('"','\"',$val));
|
$attribute[] = sprintf('%s="%s"', $key, str_replace('"','\"',$val));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue