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@1006 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
160e9f5a65
commit
779f84e82e
4 changed files with 30 additions and 24 deletions
|
|
@ -40,10 +40,11 @@
|
|||
**/
|
||||
function transHTML($xml_obj) {
|
||||
$poll_srl = $xml_obj->attrs->poll_srl;
|
||||
$style = preg_replace("/height([^;]*)/i", "", $xml_obj->attrs->style);
|
||||
|
||||
// poll model 객체 생성해서 html 얻어와서 return
|
||||
$oPollModel = &getModel('poll');
|
||||
return $oPollModel->getPollHtml($poll_srl);
|
||||
return $oPollModel->getPollHtml($poll_srl, $style);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue