Publicador de contenidos

Volver a la página índice
« Atrás

Ministerio de Sanidad, Servicios Sociales e Igualdad

Se ha producido un error al procesar la plantilla.
Encountered "url_externa" at 10153#1555801#1550167[line 1, column 6]
Was expecting one of:
    "[" ...
    "{" ...
    "(" ...
    <WHITESPACE> ...
    <STRING_LITERAL> ...
    "true" ...
    "false" ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <IDENTIFIER> ...
    "{" ...
    <LOGICAL_NOT> ...
    
1#if (url_externa.getData()) 
2    $externo = "_blank" 
3#else 
4    $externo = "_self" 
5#end 
6<div class="texto_enlaces_interes" target="$externo"><a href="$enlace.getData()" title="$tooltip.getData()">$tooltip.getData()</a></div>