]> _ Git - fluidbook-v3.git/commitdiff
#580 @0:05
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 7 Sep 2016 13:07:16 +0000 (13:07 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 7 Sep 2016 13:07:16 +0000 (13:07 +0000)
framework/application/views/scripts/common/footer.phtml

index 5c6281734de9c9d8d908acf7afd30bdc99fec697..7a4a96a7d723cdc5322c80aeeb69087d9ff03fb1 100644 (file)
@@ -15,7 +15,7 @@ $res .= '<div class="contact-details">';
 \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
@@ -26,7 +26,7 @@ $res .= $this->microdataMeta($address['company'], 'name'); // Since we only have
 $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
@@ -55,11 +55,11 @@ foreach ($this->option('social_networks') as $social) {
        $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
@@ -86,4 +86,4 @@ $res .= '</div>'; // .footer-inner
 $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