From 7999bb76c788b2c67bfc9a2387160a101df475f4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 24 Jan 2025 16:01:45 +0100 Subject: [PATCH] wip #6989 @0.25 --- .../forms/CMS/Sub/Casestudies/Studies.php | 6 +++--- .../views/scripts/studies/index.phtml | 2 +- images/favicon/apple-touch-icon.png | Bin 0 -> 3572 bytes 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 images/favicon/apple-touch-icon.png diff --git a/framework/application/forms/CMS/Sub/Casestudies/Studies.php b/framework/application/forms/CMS/Sub/Casestudies/Studies.php index 1daa039..3a1770e 100644 --- a/framework/application/forms/CMS/Sub/Casestudies/Studies.php +++ b/framework/application/forms/CMS/Sub/Casestudies/Studies.php @@ -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(); diff --git a/framework/application/views/scripts/studies/index.phtml b/framework/application/views/scripts/studies/index.phtml index 0b56ca8..6839563 100644 --- a/framework/application/views/scripts/studies/index.phtml +++ b/framework/application/views/scripts/studies/index.phtml @@ -7,7 +7,7 @@ $this->headScript()->addScriptAndStyle('casestudies_detail'); echo $this->CasestudiesDetail($this->studie); ?>