xx{$xx['evt_close']}\n"; //close button } else { $rButton = "\n"; //restart button if ($set['backLinkUrl']) { $bButton = "\n"; //back button } } if (strpos($alert,'#') !== false) { //populate alert message preg_match_all("~#\d~",$alert,$matches); foreach($matches[0] as $v) { $alert = str_replace($v,$xx["alt_message{$v}"],$alert); } } ?> <?=$set['calendarTitle']?>
LuxCal Alert Message
{$alert}"; echo "

{$rButton}\n"; if ($bButton) { echo " {$bButton}\n"; } echo "\n"; ?>