Fix bug on enable/disable date block

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Tue Feb 23, 2010 2:32 am
Hi

To fix this, open ../gk_finance_com/lib/php/gk_setup.php

find this line

Code: Select all
$_date = $this->params->get("_date", 1);



change to

Code: Select all
$_date = $this->params->get("date", 1);



Should be good now.
This will be added in next revision of this template.

Cheers
User avatar
Platinum Boarder

cron