Created
October 28, 2011 05:37
-
-
Save ringmaster/1321691 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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