I want to create a theme for Drupal 7 and now I have a problem with menus. I want to create a menu with submenus, but I cannot find a function or module or something else which will return or echo all menus with submenus. Please help me.
I want to know which file to create to display special design for the special content type nodes for D7. For example I created a content type "General Content" and machine name is "general_content" and I want to change the design of the nodes pages which content type is "General Content". I tried to create page--general_content.tmp.php and node--general_content.tmp.php, I cleared all caches from admin/config/development/performance but the special page doesn't display. Please help.