Posted by Ursula00 on January 6, 2013 at 8:17pm
2 followers
Jump to:
| Project: | AdaptiveTheme |
| Version: | 7.x-3.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
That 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