]> _ Git - bloomsburie.git/commitdiff
wip #6989 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Jan 2025 15:01:45 +0000 (16:01 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 24 Jan 2025 15:01:45 +0000 (16:01 +0100)
framework/application/forms/CMS/Sub/Casestudies/Studies.php
framework/application/views/scripts/studies/index.phtml
images/favicon/apple-touch-icon.png [new file with mode: 0644]

index 1daa0396158b2fa80c7eae589a5f70be3bd6fb4d..3a1770eed46d7b52b3b1e9c6875c5aec02e8f3c7 100644 (file)
@@ -78,9 +78,9 @@ class Cubedesigners_Form_CMS_Sub_Casestudies_Studies extends CubeIT_Form_List_Mo
 //             $technologies->setLabel('Technologies');
 //             $this->addElement($technologies);
 
-               $casesStudies = new Cubedesigners_Form_CMS_Sub_CaseStudiesList();
-               $casesStudies->setLegend('Link to related work');
-               $this->addSubForm($casesStudies, 'connexe');
+//             $casesStudies = new Cubedesigners_Form_CMS_Sub_CaseStudiesList();
+//             $casesStudies->setLegend('Link to related work');
+//             $this->addSubForm($casesStudies, 'connexe');
 
                $bootstrap = Bootstrap::getInstance();
                $view = $bootstrap->getView();
index 0b56ca8583a76b113ce7b07bd9340e33348c5436..683956375a892776d9c888e04d3b43dc9859ce48 100644 (file)
@@ -7,7 +7,7 @@ $this->headScript()->addScriptAndStyle('casestudies_detail');
 echo $this->CasestudiesDetail($this->studie);
 ?>
 <div class="content casestudies-related">
-    <?php echo $this->caseStudiesGrid(3, $this->studie->id); ?>
+    <?php //echo $this->caseStudiesGrid(3, $this->studie->id); ?>
 
     <p class="casestudies-archive-link">
         <?php echo $this->linkInternal($this->linkArrow(__('Voir tous les projets')), 'casestudies', array('class' => 'animated-arrow')); ?>
diff --git a/images/favicon/apple-touch-icon.png b/images/favicon/apple-touch-icon.png
new file mode 100644 (file)
index 0000000..fedae7d
Binary files /dev/null and b/images/favicon/apple-touch-icon.png differ