Created
June 16, 2009 01:20
-
-
Save appcove/130465 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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