mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1743 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c759503063
commit
f4953b1b92
15 changed files with 110 additions and 79 deletions
|
|
@ -25,6 +25,11 @@
|
|||
$output = $oWidget->proc($args);
|
||||
}
|
||||
|
||||
if($args->style) {
|
||||
$args->style = preg_replace("/height([^;]*);/i","",$args->style);
|
||||
$output = sprintf("<div style=\"%s\">%s</div>", $args->style, $output);
|
||||
}
|
||||
|
||||
if(__DEBUG__==3) $GLOBALS['__widget_excute_elapsed__'] += getMicroTime() - $start;
|
||||
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue