PHP Menu
Component ID
1232208
Component name
PHP Menu
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
2994
Component created
Component changed
Component body
Note: Before installing this module you may want to have a look at the very promising module Menu Views which allows you to embed views in any menu.
PHPMenu is a small module initially made for embedding some views in a menu item. This module can execute custom PHP code and output the result in a menu item.
For example, you can build a view to render an html list of node titles. Then insert the view in your menu item with:
return views_embed_view('myview');
