January 18th, 2013
  Theming Gotcha
If you want to change the markup output In Drupal you can replace core theming functions and templates with your own implementations.
If you want to change the markup output In Drupal you can replace core theming functions and templates with your own implementations.
With Views module you can create pages and add menu items to them. The ugly thing is: once you have created a menu item via Views, you can not get rid of it, because even if you remove it in the Views interface, its corresponding row in the database still hangs around.