Skip to content

Instantly share code, notes, and snippets.

@hissy
Created November 24, 2011 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hissy/1391436 to your computer and use it in GitHub Desktop.
Save hissy/1391436 to your computer and use it in GitHub Desktop.
concrete5: Add Header Item
<?php
$html = Loader::helper('html');
$this->addHeaderItem($html->javascript($this->getThemePath().'/original.js'));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment