mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1563 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a5c68a5e9
commit
97c7db301f
3 changed files with 1 additions and 9 deletions
|
|
@ -22,9 +22,6 @@
|
|||
// 템플릿 파일을 지정
|
||||
$tpl_file = 'clock';
|
||||
|
||||
// 플러그인 자체적으로 설정한 변수들을 체크
|
||||
$best = $args->best;
|
||||
|
||||
$theme = $args->theme;
|
||||
if($theme != "white") $theme = "black";
|
||||
|
||||
|
|
@ -35,7 +32,7 @@
|
|||
if(!$width) $width = 200;
|
||||
$plugin_info->width = $width;
|
||||
|
||||
$plugin_info->src = sprintf("%s/clock.swf?best=%s&theme=%s&day=%s", $tpl_path, $best, $theme, $day);
|
||||
$plugin_info->src = sprintf("%s/clock.swf?theme=%s&day=%s", $tpl_path, $theme, $day);
|
||||
|
||||
Context::set('plugin_info', $plugin_info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue