XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
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 */
loadFile($args)