\r
$logo = $this->imageCms($this->option('logo'), 'Fluidbook', 180, 45, ['itemprop' => 'logo']);\r
$address = $this->option('address');\r
-\r
+//\r
\r
// Get translation for country code\r
$locale = new Zend_Locale();\r
$res .= $this->link($logo, 'internal:home', ['itemprop' => 'url']);\r
\r
// Address block\r
-$a = $this->microdataProp($address['adresse'], 'streetAddress');\r
+$a = $this->microdataProp($address['adresse'], 'streetAddress');\r
$a .= '<br>';\r
$a .= $this->microdataProp($address['code_postal'], 'postalCode');\r
$a .= ' ';\r
$res .= '#s-' . $social['icon'] . ':hover{background-color: ' . $social['color'] . ';border-color: ' . $social['color'] . ';}';\r
$res .= '</style>';\r
$res .= $this->link('', $social['url'], array('id' => 's-' . $social['icon'],\r
- 'class' => 'social-link fb-' . $social['icon'],\r
- 'itemprop' => 'sameAs',\r
- 'data-event' => array('category' => 'social',\r
- 'action' => 'go',\r
- 'label' => $social['icon'])));\r
+ 'class' => 'social-link fb-' . $social['icon'],\r
+ 'itemprop' => 'sameAs',\r
+ 'data-event' => array('category' => 'social',\r
+ 'action' => 'go',\r
+ 'label' => $social['icon'])));\r
$res .= '</a>';\r
}\r
$res .= '</div>'; // .footer-external\r
$res .= '</footer>'; // footer.legal\r
\r
// Output footer with Organization microdata wrapper\r
-echo $this->microdata($res, ['class' => 'auto-height','id'=>'footerHolder'], 'Organization');
\ No newline at end of file
+echo $this->microdata($res, ['class' => 'auto-height', 'id' => 'footerHolder'], 'Organization');
\ No newline at end of file