Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3400 Rev 3401
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 title = '$share_title'
15
const title = $share_title
Línea 16... Línea 16...
16
JS;
16
JS;
17
 
17
 
18
$this->inlineScript()->appendScript($js);
18
$this->inlineScript()->appendScript($js);