Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3412 | Rev 3414 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3412 Rev 3413
Línea 11... Línea 11...
11
$this->headMeta()->appendName('twitter:description', "$share_description");
11
$this->headMeta()->appendName('twitter:description', "$share_description");
12
$this->headMeta()->appendName('twitter:image', "$share_image");
12
$this->headMeta()->appendName('twitter:image', "$share_image");
Línea 13... Línea 13...
13
 
13
 
Línea -... Línea 14...
-
 
14
$js = <<<JS
14
$js = <<<JS
15
 
-
 
16
const backendVars =  {
Línea 15... Línea 17...
15
 
17
    title: `$share_title`
16
const title =  `$share_title`
18
}
17
 
19
 
18
console.log(title)
20
console.log(title)