Tagged Questions
2
votes
0answers
362 views
How to add a preprocess function in Omega theme?
Omega theme has a singular way to add preprocess functions.
I need to add this preprocess function to be executed when a view is rendered:
function ...
0
votes
1answer
98 views
Making $logo variable available in custom template
In the template-folder of my omega-subtheme I have placed a custom views-filter-block--front.tpl.php. I want to make $logo, $logo_img and $linked_logo_img as defined in the omega/template.php file of ...
1
vote
2answers
799 views
How to get the content type in the zone/region tpl files?
How would I get the node type from within a zone/region or section (using omega theme) template file. I know how to override templates at the page/node level for specific content types - but I can't ...