Skip to content

Instantly share code, notes, and snippets.

@kevburnsjr
Created March 9, 2009 17:24
Show Gist options
  • Save kevburnsjr/76383 to your computer and use it in GitHub Desktop.
Save kevburnsjr/76383 to your computer and use it in GitHub Desktop.
<?php
$tpl = 'common/navigation';
$appb = new MyAppB();
include($appb->getViewsDir().$tpl.'.php');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment