Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Themes
-
Labels:None
-
Environment:Patches for Moodle 1.9.0
Demonstration at http://www.thss.ca/
-
Database:Any
-
URL:
-
Affected Branches:MOODLE_20_STABLE
Description
Drop-down menus are a useful way to present a number of links to students and teachers in an easily accessible fashion.
This patch adds a database table (mdl_menu);
a lib.php file to /themes/;
an editor for the menu items (/themes/menu.php);
the necessary JavaScript for menus (menu.js);
an example of implementation in a theme header (header.html)
Attachments
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-16304 | add a GUI to manage horizontal Moodle front page custom menu |
|
|
|
JavaScript file needed for menus to work properly.