From: vincent@cubedesigners.com Date: Wed, 7 Sep 2016 13:07:16 +0000 (+0000) Subject: #580 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=41ec7a6e52e64b25e931aeb381ca235cb8e1d59f;p=fluidbook-v3.git #580 @0:05 --- diff --git a/framework/application/views/scripts/common/footer.phtml b/framework/application/views/scripts/common/footer.phtml index 5c62817..7a4a96a 100644 --- a/framework/application/views/scripts/common/footer.phtml +++ b/framework/application/views/scripts/common/footer.phtml @@ -15,7 +15,7 @@ $res .= '
'; $logo = $this->imageCms($this->option('logo'), 'Fluidbook', 180, 45, ['itemprop' => 'logo']); $address = $this->option('address'); - +// // Get translation for country code $locale = new Zend_Locale(); @@ -26,7 +26,7 @@ $res .= $this->microdataMeta($address['company'], 'name'); // Since we only have $res .= $this->link($logo, 'internal:home', ['itemprop' => 'url']); // Address block -$a = $this->microdataProp($address['adresse'], 'streetAddress'); +$a = $this->microdataProp($address['adresse'], 'streetAddress'); $a .= '
'; $a .= $this->microdataProp($address['code_postal'], 'postalCode'); $a .= ' '; @@ -55,11 +55,11 @@ foreach ($this->option('social_networks') as $social) { $res .= '#s-' . $social['icon'] . ':hover{background-color: ' . $social['color'] . ';border-color: ' . $social['color'] . ';}'; $res .= ''; $res .= $this->link('', $social['url'], array('id' => 's-' . $social['icon'], - 'class' => 'social-link fb-' . $social['icon'], - 'itemprop' => 'sameAs', - 'data-event' => array('category' => 'social', - 'action' => 'go', - 'label' => $social['icon']))); + 'class' => 'social-link fb-' . $social['icon'], + 'itemprop' => 'sameAs', + 'data-event' => array('category' => 'social', + 'action' => 'go', + 'label' => $social['icon']))); $res .= ''; } $res .= '
'; // .footer-external @@ -86,4 +86,4 @@ $res .= ''; // .footer-inner $res .= ''; // footer.legal // Output footer with Organization microdata wrapper -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