Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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