mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4129 201d5d3c-b55e-5fd7-737f-ddc643e51545
14 lines
433 B
PHP
14 lines
433 B
PHP
<?php
|
|
if(!defined("__ZBXE__")) exit();
|
|
|
|
/**
|
|
* @file reaize_image.addon.php
|
|
* @author zero (zero@nzeo.com)
|
|
* @brief 본문내 이미지 조절 애드온
|
|
**/
|
|
|
|
if($called_position == 'after_module_proc' && Context::getResponseMethod()!="XMLRPC") {
|
|
Context::addJsFile('./addons/resize_image/js/resize_image.js');
|
|
Context::addCSSFile('./addons/resize_image/css/resize_image.css');
|
|
}
|
|
?>
|