Skip to content

Instantly share code, notes, and snippets.

@arieh
Created October 11, 2013 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arieh/6930111 to your computer and use it in GitHub Desktop.
Save arieh/6930111 to your computer and use it in GitHub Desktop.
<?
class _Mobile_Cart_View extends Cart_View {
public function __construct(){
$this->reskin = new _Mobile_Reskin_SubView($this, 'Cart');
}
public function setHeader(){
$this->reskin->generateHeader();
}
public function setFooter(){
$this->reskin->generateFooter();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment