Closed (fixed)
Project:
Zen
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2008 at 06:44 UTC
Updated:
21 Sep 2008 at 07:12 UTC
Very bizarre problem... When logged in the homepage and all other pages run off of my subtheme's "html-elements.css" as wanted... But when logged off ONLY the homepage runs off the main themes "html-elements.css" all other pages still run off subtheme's... Seemed like a bug to me but maybe I implemented it wrong.
I removed the following line from my subtheme's template.php:
drupal_add_css(path_to_theme() .'/html-elements.css', 'theme', 'all');
And added:
drupal_add_css(path_to_subtheme() .'/html-elements.css', 'theme', 'all');
Any ideas on the cause?
Thanks
Comments
Comment #1
paradigmshifter commentedNo Bug.... My error, I didn't have views enabled to 'anonymous users', if anyone else ever runs into a similar problem.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.