File Manager
Create Folder
Create File
Upload File
Home
/ Directory >
/
home1
/
swachhmaharashtr
/
public_html
/
helpers
Item Name
Actions
Functions.php
Delete
Rename
Edit
Html.php
Delete
Rename
Edit
Lang.php
Delete
Rename
Edit
Mailer.php
Delete
Rename
Edit
Menu.php
Delete
Rename
Edit
cache
Delete
Rename
timthumb.php
Delete
Rename
Edit
Edit File: Menu.php
<?php /** * Menu Items * All Project Menu * @category Menu List */ class Menu{ public static $navbartopleft = array( array( 'path' => 'aboutsbm', 'label' => 'About SBM', 'icon' => '' ), array( 'path' => 'odfprotocol', 'label' => 'ODF Protocol', 'icon' => '' ), array( 'path' => 'starratingforgarbagefreecities', 'label' => 'Star Rating for Garbage Free Cities', 'icon' => '' ), array( 'path' => 'statecties', 'label' => 'State Cties', 'icon' => '' ), array( 'path' => 'gr', 'label' => 'Govt Resolutions ( GR )', 'icon' => '' ), array( 'path' => 'knowledgemanagement', 'label' => 'Knowledge Management', 'icon' => '' ) ); }