mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@618 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
052f5bd2b3
commit
b25924ebc4
4 changed files with 151 additions and 216 deletions
|
|
@ -43,7 +43,11 @@
|
|||
function transHTML($xml_obj) {
|
||||
$width = $xml_obj->attrs->width;
|
||||
$height = $xml_obj->attrs->height;
|
||||
|
||||
$make_thumbnail = $xml_obj->attrs->make_thumbnail;
|
||||
if(!$make_thumbnail) $make_thumbnail = "N";
|
||||
else $make_thumbnail = "Y";
|
||||
|
||||
$body = $xml_obj->body;
|
||||
$image_list = explode("\n",$body);
|
||||
|
||||
|
|
@ -63,3 +67,23 @@
|
|||
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue