- Code: Select all
[10-Jun-2011 08:41:56] PHP Notice: Undefined variable: document in /home/mydomain/public_html/templates/gk_penguinmail/layouts/blocks/head.php on line 80
[10-Jun-2011 08:41:56] PHP Fatal error: Call to a member function addStylesheet() on a non-object in /home/mydomain/public_html/templates/gk_penguinmail/layouts/blocks/head.php on line 80
Looking at the head.php on line 80 I see that the error refers to the override.css
- Code: Select all
<?php if($this->getParam('css_override')) $document->addStylesheet($this->templateurl() . '/css/override.css'); ?>
Is there anything I can do to fix that error?