diff --git a/classes/template/TemplateHandler.class.php b/classes/template/TemplateHandler.class.php index 1018c0116..d6c1d00c1 100644 --- a/classes/template/TemplateHandler.class.php +++ b/classes/template/TemplateHandler.class.php @@ -57,7 +57,7 @@ $buff = $this->_compile($tpl_file, $compiled_tpl_file); // Context와 compiled_tpl_file로 컨텐츠 생성 - $output = $this->_fetch($compiled_tpl_file, $buff); + $output = $this->_fetch($compiled_tpl_file, $buff, $tpl_path); if(__DEBUG__==3 ) $GLOBALS['__template_elapsed__'] += getMicroTime() - $start; @@ -310,8 +310,9 @@ /** * @brief ob_* 함수를 이용하여 fetch... **/ - function _fetch($compiled_tpl_file, $buff = NULL) { + function _fetch($compiled_tpl_file, $buff = NULL, $tpl_path = '') { $__Context = &$GLOBALS['__Context__']; + $__Context->tpl_path = $tpl_path; if($_SESSION['is_logged']) $__Context->logged_info = $_SESSION['logged_info']; diff --git a/common/js/common.js b/common/js/common.js index 80cf24b7d..11cacf3f4 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -144,7 +144,7 @@ function displayMultimedia(src, width, height, auto_start) { if(/\.swf/i.test(src)) { clsid = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"; - codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c-ab#version=6,0,29,0"; + codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"; html = ""+ ""+ ""+ diff --git a/modules/blog/skins/xe_blog/layout.html b/modules/blog/skins/xe_blog/layout.html index 60d9d033c..333faf180 100644 --- a/modules/blog/skins/xe_blog/layout.html +++ b/modules/blog/skins/xe_blog/layout.html @@ -124,7 +124,7 @@ - + diff --git a/widgets/counter_status/skins/styx_flash/counter.swf b/widgets/counter_status/skins/styx_flash/counter.swf new file mode 100644 index 000000000..04f3a7407 Binary files /dev/null and b/widgets/counter_status/skins/styx_flash/counter.swf differ diff --git a/widgets/counter_status/skins/styx_flash/counter_status.html b/widgets/counter_status/skins/styx_flash/counter_status.html new file mode 100644 index 000000000..c8e91b966 --- /dev/null +++ b/widgets/counter_status/skins/styx_flash/counter_status.html @@ -0,0 +1,3 @@ + diff --git a/widgets/counter_status/skins/styx_flash/skin.xml b/widgets/counter_status/skins/styx_flash/skin.xml new file mode 100644 index 000000000..bc4a45f85 --- /dev/null +++ b/widgets/counter_status/skins/styx_flash/skin.xml @@ -0,0 +1,13 @@ + + + 스틱스 플래시 카운터 + + styx + 플래시로 오늘,어제,전체 카운터 현황을 출력해주시는 위젯입니다. + + + + 기본 + + +