]> _ Git - physioassist.git/commitdiff
#simeox : Quickfix for video ratio
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 29 Feb 2016 13:36:06 +0000 (13:36 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 29 Feb 2016 13:36:06 +0000 (13:36 +0000)
Fix some errors
clean some debug calls
@0.3

framework/application/views/scripts/common/footer.phtml
framework/application/views/scripts/common/header.phtml
framework/application/views/scripts/home/about.phtml

index d4040646892932ebc04581202c6018b237ab8647..40e13ea49f566345720e2640632548598e82aa6d 100644 (file)
@@ -5,7 +5,6 @@
                                <?php
 
                                $locales = Bootstrap::getInstance()->getOpt('locales');
-                               fb($locales, 'locales');
 
                                foreach ($locales as $locale => $url) {
 
@@ -20,6 +19,6 @@
                        </ul>
                </nav>
 
-               <?php echo $this->markupDotclear($this->option(footer)); ?>
+               <?php echo $this->markupDotclear($this->option('footer')); ?>
        </div>
 </footer>
\ No newline at end of file
index bf63c14d5582102ebe57d8d3195cdfe737393a35..9e8f63520f53fb2193ded4fd5ed635ec72e13008 100644 (file)
@@ -6,14 +6,13 @@ $this->headScript()->addScriptAndStyle('navigation');
 $sections = array('simeox', 'clinic', 'about', 'contact');
 
 $data=CubeIT_Util_Cms::getCMSDatasOfPage('home');
-fb($data);
 
 ?>
 <header class="site">
        <div class="content">
                <a href="/#top">
                        <div class="logo" style="background-image: url(<?php echo CubeIT_View_Helper_ImageCms::getPath($this->option('site_logo')); ?>);">
-                               <h1><?php echo $data->shortTitle ?></h1>
+                               <h1><?php echo $data['shortTitle'] ?></h1>
                        </div>
                </a>
 
index ca927d05b14dba14ade72e618114cc56ef44e8e4..a2ea522f9ae2292e897a894726609baae3b72cb8 100644 (file)
@@ -14,7 +14,7 @@
     </article>
 
     <?php $t = $a['team']; ?>
-    <article class="team" style="background-image: url(<?php echo CubeIT_View_Helper_ImageCms::getPath($t['bg_image']); ?>); background-color: <?php echo $t['bg_color'] ?>">
+    <article class="team" style="background-image: url(<?php echo CubeIT_View_Helper_ImageCms::getPath($t['bg_image']); ?>);">
 
         <div class="content">
             <h1><?php echo $t['heading']; ?></h1>