I would like to change the anchor attributes on the links to events in my timer. I want to have a new window open when I click on a link. I just need to add target="_blank" but can't find the right location in the code to do this.
I would like to change the anchor attributes on the links to events in my timer. I want to have a new window open when I click on a link. I just need to add target="_blank" but can't find the right location in the code to do this.
Lines 526 and 540
$content = $displayFormatPrefix.($link==""?$text:"<a href=\"$link\"><strong>".$text."</strong></a>").$fergcorp_countdownTimer_getOptions["titleSuffix"]."\n";
This topic has been closed to new replies.