Active
Project:
NineSixty (960 Grid System)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2009 at 14:08 UTC
Updated:
6 Dec 2009 at 06:06 UTC
Just a note for anyone who's interested: this module breaks Conditional Styles module's functionality. This is because it copies over the vars['styles'] variable in ninesixty_preprocess_page(), overriding the changes that were made upstream by the Conditional Styles module.
Best thing to do as a subtheme developer is to write your own preprocess function and re-do the style addition from the conditional_styles.module.
Comments
Comment #1
jedihe commentedJust a note to help others:
The code must be in template.php and look like:
(Remember that it's recommended to NOT use the closing tag "?>")
jedihe