Skip to content

Instantly share code, notes, and snippets.

@cj
Created December 30, 2010 23:42
Show Gist options
  • Save cj/760489 to your computer and use it in GitHub Desktop.
Save cj/760489 to your computer and use it in GitHub Desktop.
*/
if( ! isset($_head->_tag)) // Helper Constructror
{
$_head = Ssc::instance();
$_head->_tag = new stdClass();
$_head->_tag->arr_store = array();
log_me('debug', "Head_tag Helper Initialized");
}
// --------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment