Closed (fixed)
Project:
BlueMasters
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Jan 2011 at 06:57 UTC
Updated:
8 Feb 2011 at 18:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
gtsopour commentedAs you can see at the following code, some things are hardcoded inside page-front.tpl.php and page.tpl.php. So you could remove text "Subscribe to:"
All this is happening beause there are essentially 2 regions inside header-top div ($page['header']) - $page['search_area']). So you could print your search form inside $page['search_area'] and delete text "Subscribe to:".
Finally, i attached a patch with the removing of this text to page and page-front.tpl.php
Comment #2
skounis commentedcommitted to Head
http://drupal.org/cvs?commit=496882
Comment #3
gtsopour commentedok verified, but you should see an issue http://drupal.org/node/1055302 caused from this fix.