Closed (works as designed)
Project:
Context
Version:
7.x-3.0-beta6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2013 at 12:53 UTC
Updated:
10 Apr 2013 at 08:00 UTC
I want to set the body class of my context with "Theme HTML" reaction. It works on a default theme like Garland. But I have a custom theme and it doesnt work on it.
What does a theme need in order to have this class? I see that on my html.tpl.php, I am printing "$classes" array. Anything else needed?
Comments
Comment #1
angrytoast commentedBelieve you can set:
<body<?php print $attributes;?>>in html.tpl.php in your theme and it would output the Context Theme HTML reaction.
Comment #2
Sinan Erdem commentedThis was a problem caused by a code that strips most of the classes from body in my theme. Not related with context in any way.