Skip to content

Instantly share code, notes, and snippets.

@dimkalinux
Created July 20, 2011 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimkalinux/1094553 to your computer and use it in GitHub Desktop.
Save dimkalinux/1094553 to your computer and use it in GitHub Desktop.
Include JS in PunBB 1.4 extensions
<hook id="ft_js_include"><![CDATA[
$forum_loader->add_js($ext_info['url'].'/js/scripts.js');
]]></hook>
@dimkalinux
Copy link
Author

You use any hook that called before ft_js_include for include JS on selected page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment