/** * Add a JavaScript reference to this page for the given source file. * * \param $src * Source of the JavaScript file */ public function add_javascript_src($src) { $this->add_javascript(ax_javascript_src($src)); }
function build_header() { return ax_fragment(ax_javascript_src('js/prototype.js'), ax_javascript_src('js/utils.js'), ax_img_src_alt(IMG_URL . "ssscrape-logo-horizontal.png", "Ssscrape monitor")); }