Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3751 Rev 3834
Línea 1... Línea 1...
1
<?php
1
<?php
Línea 2... Línea 2...
2
 
2
 
3
$this->headTitle("$share_description");
3
$this->headTitle(utf8_encode($share_description));
4
$this->headMeta()->appendProperty('og:image', "$share_image");
4
$this->headMeta()->appendProperty('og:image', "$share_image");
5
$this->headMeta()->appendName('og:url', "$share_url");
5
$this->headMeta()->appendName('og:url', "$share_url");
6
$this->headMeta()->appendName('og:title', "$share_title");
6
$this->headMeta()->appendName('og:title', "$share_title");
7
$this->headMeta()->appendName('og:description', "$share_description");
7
$this->headMeta()->appendName('og:description', "$share_description");