mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@848 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9344643632
commit
a73c9d8bf7
11 changed files with 18 additions and 23 deletions
|
|
@ -12,12 +12,8 @@
|
|||
* before_display_content 에서만 요청이 됩니다.
|
||||
**/
|
||||
|
||||
if($called_position != 'before_display_content') return;
|
||||
|
||||
// 현재 애드온의 위치를 구함
|
||||
$oAddOnModel = &getModel('addon');
|
||||
$path = $oAddOnModel->getAddonPath('rainbow_link');
|
||||
if($called_position != 'before_module_init') return;
|
||||
|
||||
// Context::addJsFile()을 이용하면 끝
|
||||
Context::addJsFile($path.'js/rainbow.js');
|
||||
Context::addJsFile($addon_path.'js/rainbow.js');
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue