Hi, I need to display the admin menu without the login form. So to login I goto site.com/login and once I'm logged in the admin menu will display in a specific place on selected pages. I can make the admin menu display on selected pages without a problem.
I haven't found a way to split the login form from the admin menu. Is this possible?
We're running Drupal 5.x, Panels, Views, etc. and the Garland theme is GREAT, and beautiful when the user is running FireFox or IE7. Unfortunately, it looks TERRIBLE for those using IE6! So I'm trying to find a solution that will look equally good under all 3, including the 2 column "stacked" panels layout.
Normally node titles are stitched to page.tpl.php, but as for webform module, webform title is also displayed by the webform module itself, resulting in a double title line inside the page. Of course I can hide it via css, but this shouldn't be the way things goes. Is there any quick way to do so?