Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created March 4, 2014 13:54
Show Gist options
  • Save bastianallgeier/9346877 to your computer and use it in GitHub Desktop.
Save bastianallgeier/9346877 to your computer and use it in GitHub Desktop.
<?php
if(param('template') == 'sometemplate') {
require('sometemplate.php');
} else {
require('othertemplate.php');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment