Active
Project:
Mix and Match
Version:
6.x-1.6
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
8 Oct 2012 at 16:11 UTC
Updated:
6 Nov 2012 at 19:28 UTC
I got a couple of errors because the title and slogan color classes may not be defined. I suggest the following:
<div id="header-site-info" class="header-site-info block <?php print (empty($title_color)?'':$title_color).' '.(empty($slogan_color)?'':$slogan_color); ?>">
Thank you.
Alexis Wilke
Comments
Comment #1
ajross commentedThanks for the post, and that's how I should have set it up. I am nearing a point where I will not be doing more releases of the 6x version. I may try to get one more out with a few final bug fixes, though, and if I find time to do so I will be sure to incorporate this change.
Comment #2
ajross commented