From 7bfede882cb6ea7fbf0309185583087abec5e739 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 13 Jun 2007 00:53:23 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1616 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- plugins/styx_clock/styx_clock.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/styx_clock/styx_clock.class.php b/plugins/styx_clock/styx_clock.class.php index dbd38dd10..34163fcf8 100644 --- a/plugins/styx_clock/styx_clock.class.php +++ b/plugins/styx_clock/styx_clock.class.php @@ -32,7 +32,7 @@ if(!$width) $width = 200; $plugin_info->width = $width; - $plugin_info->src = sprintf("%s%s/%s/clock.swf?theme=%s&day=%s", Context::getRequestUri(), $tpl_path, $colorset, $theme, $day); + $plugin_info->src = sprintf("%s%s/%s/clock.swf?theme=%s&day=%s", Context::getRequestUri(), $tpl_path, $colorset, $theme, $day); Context::set('plugin_info', $plugin_info);