Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3398 Rev 3399
Línea 10... Línea 10...
10
$this->headMeta()->appendName('twitter:title', "$share_title");
10
$this->headMeta()->appendName('twitter:title', "$share_title");
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
 
14
$js = <<<JS
14
$js = <<<JS
-
 
15
const backendVars = {
-
 
16
    title: '$share_title'
15
const backendVars = {}
17
}
Línea 16... Línea 18...
16
JS;
18
JS;
17
 
19
 
18
$this->inlineScript()->appendScript($js);
20
$this->inlineScript()->appendScript($js);