3 assert(
'array_key_exists("retryURL", $this->data)');
6 $header = htmlspecialchars($this->t(
'{core:no_cookie:header}'));
7 $description = htmlspecialchars($this->t(
'{core:no_cookie:description}'));
8 $retry = htmlspecialchars($this->t(
'{core:no_cookie:retry}'));
11 $this->includeAtTemplateBase(
'includes/header.php');
18 echo(
'<li><a href="'.htmlspecialchars(
$retryURL).
'" id="retry">'.
$retry.
'</a></li>');
22 $this->includeAtTemplateBase(
'includes/footer.php');