Skip to content

Instantly share code, notes, and snippets.

@ringmaster
Created October 28, 2011 05:37
Show Gist options
  • Save ringmaster/1321691 to your computer and use it in GitHub Desktop.
Save ringmaster/1321691 to your computer and use it in GitHub Desktop.
<?php
class Izaw extends Mzingi2
{
public function action_add_template_vars($theme) {
parent::action_add_template_vars($theme);
Stack::add('template_stylesheet', array($this->get_url( '/css/new_style.css' )), 'theme');
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment