From 42fcab1ca3bbe62ce840a2a7e0e10e6fe16be8e3 Mon Sep 17 00:00:00 2001 From: "bruno@cubedesigners.com" Date: Mon, 17 Feb 2014 09:37:20 +0000 Subject: [PATCH] --- framework/application/Bootstrap.php | 2 ++ framework/application/views/scripts/templates/casestudies.phtml | 1 + 2 files changed, 3 insertions(+) diff --git a/framework/application/Bootstrap.php b/framework/application/Bootstrap.php index 212b386..2ed073d 100644 --- a/framework/application/Bootstrap.php +++ b/framework/application/Bootstrap.php @@ -131,6 +131,8 @@ class Bootstrap extends CubeIT_Bootstrap { ->order('id ASC'); $q = $s->query(); + fb($page->getLocale()); + while ($r = $q->fetch()) { if ($r->titre == '') { continue; diff --git a/framework/application/views/scripts/templates/casestudies.phtml b/framework/application/views/scripts/templates/casestudies.phtml index f64145a..a661189 100644 --- a/framework/application/views/scripts/templates/casestudies.phtml +++ b/framework/application/views/scripts/templates/casestudies.phtml @@ -13,6 +13,7 @@ $this->headScript()->addScriptAndStyle('casestudies'); getCMSDatasOfPage($this->id); echo $this->CasestudiesList($datas); + fb($datas); ?> -- 2.39.5