Provide means to allow users to modify parts of the menu without giving permissions for the whole menu structure.
Read More ....
www.drupal.org
Read More ....
www.drupal.org
"Drupal is a free software package that allows an individual or a community of users to easily publish, manage, and organize a wide variety of content on a web site."
function MY_THEME_preprocess_menu(&$variables) { if ($variables['menu_name'] == 'brancott-header-menu') { $langu...
No comments:
Post a Comment