mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
15 lines
373 B
PHP
15 lines
373 B
PHP
<?php
|
|
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
|
|
if(!defined('__XE__'))
|
|
{
|
|
exit();
|
|
}
|
|
|
|
if($called_position == 'after_module_proc' && Context::getResponseMethod() == 'HTML')
|
|
{
|
|
Context::loadFile(array('./addons/oembed/jquery.oembed.js', 'body', '', null), true);
|
|
Context::loadFile(array('./addons/oembed/oembed.js', 'body', '', null), true);
|
|
}
|
|
|
|
/* End of file */
|