mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-10 22:12:16 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@698 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4891ba3a61
commit
d38cdb1018
9 changed files with 64 additions and 46 deletions
|
|
@ -33,7 +33,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
$plugin_code = sprintf('<div plugin="%s" %s></div>', $plugin, implode(' ',$attribute));
|
||||
$blank_img_path = "./common/tpl/images/blank.gif";
|
||||
$plugin_code = sprintf('<img src="%s" class="zbxe_plugin_output" plugin="%s" %s style="width:100px;height:100px;"/>', $blank_img_path, $plugin, implode(' ',$attribute));
|
||||
|
||||
// 코드 출력
|
||||
$this->add('plugin_code', $plugin_code);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue