Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4841 Rev 4896
Línea 1... Línea 1...
1
<?php
1
<?php
Línea 2... Línea 2...
2
 
2
 
3
if ($share_title){
3
if ($share_title) {
4
    $this->headTitle("$share_title");
4
    $this->headTitle("$share_title");
5
    $this->headMeta()->appendName('description', $share_title);
5
    $this->headMeta()->appendName('description', $share_title);
6
    $this->headMeta()->appendProperty('og:title', $share_title);
6
    $this->headMeta()->appendProperty('og:title', $share_title);
7
} else {
7
} else {
Línea 49... Línea 49...
49
?>
49
?>
Línea 50... Línea 50...
50
 
50
 
Línea 51... Línea 51...
51
<link itemprop="thumbnailUrl" href="$share_image">
51
<link itemprop="thumbnailUrl" href="$share_image">
52
 
52
 
53
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
53
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
Línea 54... Línea -...
54
<link itemprop="url" href="$share_image">
-
 
55
</span>
-
 
56
 
54
    <link itemprop="url" href="$share_image">
-
 
55
</span>
-
 
56
 
57
<div id="public-post">
57
<main id="public-post" style="min-height: 80vh;">