You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,16 @@
4
4
* Upload project on server
5
5
* Rename database_conf.php file to database.php
6
6
* Execute or import code from /database/menumanager.sql file with sample data
7
-
7
+
* Update Menu Using Menu manager
8
+
* Use get_menu() function to get menu on UI .
9
+
* Note : get_menu() function need 2 parameters:
10
+
1. Menu ID
11
+
2. Class name (You can use black css class if you need black navbar)
12
+
13
+
```php
14
+
<?php get_menu('1', ''); ?> for default navbar
15
+
<?php get_menu('1', 'black'); ?> for black navbar
16
+
```
8
17
**Menu Manager Screenshots**
9
18
10
19

0 commit comments