This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Description
To open the title link in a new window add target='_blank' to line 730 in the fergcorp_countdownTimer.php so it reads as follows:
$eventTitle = "<span class = 'fergcorp_countdownTimer_event_title'>".($thisEvent->getURL()==""?$thisEvent->getTitle():"getURL()."\" target='_blank' class = 'fergcorp_countdownTimer_event_linkTitle'>".$thisEvent->getTitle()."").'</span>'.$this->titleSuffix."\n";