Skip to content

Instantly share code, notes, and snippets.

Public Class SimpleMenu
Inherits List(Of Entry)
Public Class Entry
Public Property Label As String
Public Property Type As Types
Public Property href As String
Public Property id As String
Public Property onclick As String
A ghist
# vim:encoding=utf-8:ts=2:sw=2:expandtab
#
# Copyright 2010 AppCove, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
class App
{
public static $Layout;
}
if(isset($_GET['AdminY']))
App::$Layout = new Shank_Layout_AdminY();
else
App::$Layout = new Shank_Layout_Canvas();