hi

I want that block titles have the h3 tag instead the h2 tag. As I understand I have to change this in the file block.tpl.php.
I found this file not only in the omega folder, but also in
- root/modules/block/
- sites/all/themes/omega/starterkits/omega
- sites/all/themes/omega/alpha/

My question: Which one is the right file to change? I took now the one inthe omega folder and it worked. But I want to be sure whether this is the correct in order not to have side effects.

thanks for any feedback

Comments

BoySherman’s picture

Have you created your own subtheme yet? It would be best to overwrite your template files here in MYTHEME/templates/block.tpl.php

fubhy’s picture

Assigned: beauregard » Unassigned
Status: Active » Fixed

Correct, use a .tpl.php file override, potentially with theme hook suggestions.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

beauregard’s picture

thanks for your feedback! I have done so