Skip to content

Instantly share code, notes, and snippets.

@choppingblock
Last active August 29, 2015 13:55
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 choppingblock/8693663 to your computer and use it in GitHub Desktop.
Save choppingblock/8693663 to your computer and use it in GitHub Desktop.
<?php switch($this->template): case "title": ?>
<!-- html -->
<?php break;?>
<?php case is_null(): ?>
<?php default: ?>
<!-- html -->
<?php break;?>
<?php endswitch;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment