eg. blocks/external_form/forms/js/contact_form.js
public function __construct($obj = null) { parent::__construct($obj); $html = Loader::helper('html'); // add advanced tooltips to every page $v = View::getInstance(); $v->addHeaderItem($html->javascript(BASE_URL. '/blocks/external_form/forms/js/contact_form.js')); }
concrete5/concrete/themes/default/elements/header.php
That is if you are using the default theme. If you have loaded a custom theme go here
concrete5/themes/"yourTheme"/elements/header.php
Good luck