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
autolink
autolink.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
exit();
6
12
if
($called_position ==
'after_module_proc'
&&
Context::getResponseMethod
() ==
"HTML"
)
13
{
14
Context::loadFile
(array(
'./addons/autolink/autolink.js'
,
'body'
,
''
, null),
true
);
15
}
16
/* End of file autolink.addon.php */
17
/* Location: ./addons/autolink/autolink.addon.php */
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