File "c0269c14fda02b609ec29753a16505fcf2ceb33ceedad01163f46f6e0dfeb0d1.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/c0/c0269c14fda02b609ec29753a16505fcf2ceb33ceedad01163f46f6e0dfeb0d1.php
File
size: 2.53 B (2.53 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* tt_madison2/template/product/ocquickview/qvcontainer.twig */
class __TwigTemplate_d33c0d67557802bbeccd117b31f03fe2dfd1e3aa6f55c864c1445327c029d183 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
if ((isset($context["ocquickview_status"]) ? $context["ocquickview_status"] : null)) {
// line 2
echo "<div id=\"quickview-content\">
<!-- Load quickview content into here -->
</div>
<div id=\"quickview-bg-block\">
<!-- Quick View deep background -->
</div>
<div class=\"quickview-load-img\">
<img src=\"";
// line 11
echo (isset($context["ocquickview_loader_img"]) ? $context["ocquickview_loader_img"] : null);
echo "\" alt=\"\" />
</div>
<div class=\"lightbox-container lbo-quickview\"></div>
<input type=\"hidden\" id=\"qv-text-close\" value=\"";
// line 16
echo (isset($context["text_close"]) ? $context["text_close"] : null);
echo "\" />
<script type=\"text/javascript\">
\$('#quickview-bg-block').click(function () {
ocquickview.closeQVFrame();
})
if(\$('#product-product').length) {
\$('.lightbox-container.lbo-quickview').remove();
}
</script>
";
}
}
public function getTemplateName()
{
return "tt_madison2/template/product/ocquickview/qvcontainer.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 40 => 16, 32 => 11, 21 => 2, 19 => 1,);
}
}
/* {% if ocquickview_status %}*/
/* <div id="quickview-content">*/
/* <!-- Load quickview content into here -->*/
/* </div>*/
/* */
/* <div id="quickview-bg-block">*/
/* <!-- Quick View deep background -->*/
/* </div>*/
/* */
/* <div class="quickview-load-img">*/
/* <img src="{{ ocquickview_loader_img }}" alt="" />*/
/* </div>*/
/* */
/* <div class="lightbox-container lbo-quickview"></div>*/
/* */
/* <input type="hidden" id="qv-text-close" value="{{ text_close }}" />*/
/* */
/* <script type="text/javascript">*/
/* $('#quickview-bg-block').click(function () {*/
/* ocquickview.closeQVFrame();*/
/* })*/
/* */
/* if($('#product-product').length) {*/
/* $('.lightbox-container.lbo-quickview').remove();*/
/* }*/
/* </script>*/
/* {% endif %}*/