Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created April 12, 2011 20:51
Show Gist options
  • Save iammerrick/916380 to your computer and use it in GitHub Desktop.
Save iammerrick/916380 to your computer and use it in GitHub Desktop.
<?php
class PluginStache extends WordStache{
protected $_data = array();
protected $_partials = array();
protected $_template = '!path/stormtrap.mustache';
public function render(){
return parent::render($this->_template, $this->_data, $this->_partials);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment