Cufon fonts problem

Gamebox for Joomla 1.5 support forum by GavickPro
GK User
Mon Aug 16, 2010 9:24 pm
Hi,
I tried to change font type to cufon, but when I did it my frontpage results unavailable (blank page). Is this a bug?

Thanks
User avatar
Gold Boarder

GK User
Mon Aug 16, 2010 9:41 pm
Yes, you're right. I'll fix it in template files tonight. If you want to fix it manually please in file layouts/blocks/cufon.php replace:
Code: Select all
    <?php $document->addScript($this->templateurl() . '/js/cufon.js'); ?>


with:
Code: Select all
    <?php
        $document =& JFactory::getDocument();
        $document->addScript($this->templateurl() . '/js/cufon.js');
    ?>
User avatar
Administrator


cron