XpressEngine Core
1.11.2
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
addons
oembed
oembed.addon.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) NAVER <http://www.navercorp.com> */
3
4
if
(!defined(
'__XE__'
))
5
{
6
exit();
7
}
8
9
if
($called_position ==
'after_module_proc'
&&
Context::getResponseMethod
() ==
'HTML'
)
10
{
11
Context::loadFile
(
'./addons/oembed/jquery.oembed.css'
);
12
Context::loadFile
(array(
'./addons/oembed/jquery.oembed.js'
,
'body'
,
''
, null),
true
);
13
Context::loadFile
(array(
'./addons/oembed/oembed.js'
,
'body'
,
''
, null),
true
);
14
}
15
16
/* End of file */
Context\loadFile
loadFile($args)
Definition:
Context.class.php:2191
Context\getResponseMethod
getResponseMethod()
Definition:
Context.class.php:1163
Generated on Tue Dec 18 2018 17:04:25 for XpressEngine Core by
1.8.5