Prueba de logs

parent eafae31f
{% extends 'base.html.twig' %}
{% block head %}
{% if idp == "none" and fa == 1%}
{# {% if idp == "none" and fa == 1%}
<meta property="og:url" content="https://test-inovage.gearlabs.cl/nutrapharm/index?idp={{idp}}&fa={{fa}}&r=0" />
<meta property="og:type" content="website" />
<meta property="og:title" content="NutraPharm" />
......@@ -9,7 +9,7 @@
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image" content="https://test-inovage.gearlabs.cl/uploads/users/{{idp}}."/>
{%elseif idp!="none" and fa == 0%}
{%elseif idp!="none" and fa == 0%}#}
<meta property="og:url" content="https://test-inovage.gearlabs.cl/nutrapharm/index?idp={{idp}}&fa={{fa}}&r=1" />
<meta property="og:type" content="website" />
<meta property="og:title" content="NutraPharm Comparacion Foto" />
......@@ -19,7 +19,7 @@
<meta property="og:image:height" content="630" />
<meta property="og:image" content="https://test-inovage.gearlabs.cl/uploads/users/{{idp}}."/>
{%endif%}
{#{%endif%}#}
<link href="{{asset('frontend/css/camara.css')}}" rel="stylesheet" />
{% endblock %}
{% block body %}
......
......@@ -37,7 +37,7 @@ class DefaultController extends Controller {
$id = $idPersona;
}
if($reset == 1){
if($reset == 1){
return $this->render('producto/landing_producto.html.twig', array("idp" => "none", "fa" => 1));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment