Disable primary menu link in drupal 6 without using any drupal module? -


i using drupal 6. in project have used primary menu's them want disable 1 primary menu link. don't want special module. please me.

there 2 options:

  • admin/build/menu-customize/primary-links - > can uncheck the
    enabled check-box disable primary link
  • in css, disable primary link visibility:hidden or display:none

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -