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

paradigmshifter’s picture

Status: Active » Fixed

No Bug.... My error, I didn't have views enabled to 'anonymous users', if anyone else ever runs into a similar problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.