rhymix/addons/oembed/oembed.addon.php

16 lines
430 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('./addons/oembed/jquery.oembed.css');
Context::loadFile(array('./addons/oembed/jquery.oembed.js', 'body', '', null), true);
Context::loadFile(array('./addons/oembed/oembed.js', 'body', '', null), true);
}
/* End of file */