Skip to content

Instantly share code, notes, and snippets.

@appcove
Created June 16, 2009 01:20
Show Gist options
  • Save appcove/130465 to your computer and use it in GitHub Desktop.
Save appcove/130465 to your computer and use it in GitHub Desktop.
class App
{
public static $Layout;
}
if(isset($_GET['AdminY']))
App::$Layout = new Shank_Layout_AdminY();
else
App::$Layout = new Shank_Layout_Canvas();
App::$Layout->Header = "Boxes on a Canvas Ajax Demo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment