php - how could we find the page URLs which is not linked to any menu in drupal 6? -


How can we find page URLs that are not associated with any menu item or are stand-alone pages in Drupal 6? The suggestion of any question is also correct ...

Something like this:

 Select 'menu_links' from the  select * menu, where select 'menu_links', select menu_name = 'navigation' link_path)  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -