Active
Project:
AdaptiveTheme
Version:
7.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2013 at 20:17 UTC
Updated:
6 Jan 2013 at 21:14 UTC
I need to reposition and style the menu bar for a sub theme and assumed I would need to edit the block--menu-bar.tpl.php but that file is not included. Though it's listed on the documentation here:
do I have to edit and copy a drupal core file instead?
Comments
Comment #1
Jeff Burnz commentedThat file is no longer used in AT core (since 7.x-3.x), since the
block.tpl.phpfile change radically in the new version. In the core theme the customization for blocks are all done in preprocess so we don't need so many templates, however you can create that template yourself, there is even code in theblock.tpl.phpfile that explains this.So the options for you are:
1) create your own
block--menu-bar.tpl.phpfile, edit to your hearts content2) study
block.tpl.phpand do your mods in preprocess or process