File "ac3f0c07c401465488b0b7ab34c399f49ea54e5580089a1ddf641f48bd1c51c3.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/ac/ac3f0c07c401465488b0b7ab34c399f49ea54e5580089a1ddf641f48bd1c51c3.php
File
size: 1.89 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* default/template/extension/module/ocajaxlogin/success.twig */
class __TwigTemplate_0677b2d6327d483126ba8183660fd5699e9b6298d28be2b18f48ee886e43a2aa extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"ajax-container\">
<div class=\"success-content\">
<div class=\"page-title\"><h1>";
// line 3
echo (isset($context["heading_title"]) ? $context["heading_title"] : null);
echo "</h1></div>
";
// line 4
echo (isset($context["text_message"]) ? $context["text_message"] : null);
echo "
<div class=\"buttons\">
<div class=\"pull-right\"><button class=\"button\" onclick=\"window.location.href='";
// line 6
echo (isset($context["continue"]) ? $context["continue"] : null);
echo "'\"><span>";
echo (isset($context["button_continue"]) ? $context["button_continue"] : null);
echo "</span></button></div>
</div>
</div>
</div>";
}
public function getTemplateName()
{
return "default/template/extension/module/ocajaxlogin/success.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 32 => 6, 27 => 4, 23 => 3, 19 => 1,);
}
}
/* <div class="ajax-container">*/
/* <div class="success-content">*/
/* <div class="page-title"><h1>{{ heading_title }}</h1></div>*/
/* {{ text_message }}*/
/* <div class="buttons">*/
/* <div class="pull-right"><button class="button" onclick="window.location.href='{{ continue }}'"><span>{{ button_continue }}</span></button></div>*/
/* </div>*/
/* </div>*/
/* </div>*/