From f087975d590b50509a794dcb1af297173bcfb666 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Wed, 7 Sep 2016 13:08:48 +0000 Subject: [PATCH] wip #580 @0:05 --- framework/application/views/scripts/common/footer.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/application/views/scripts/common/footer.phtml b/framework/application/views/scripts/common/footer.phtml index f0a45eb..e925de8 100644 --- a/framework/application/views/scripts/common/footer.phtml +++ b/framework/application/views/scripts/common/footer.phtml @@ -15,7 +15,7 @@ $res .= '
'; $logo = $this->imageCms($this->option('logo'), 'Fluidbook', 180, 45, ['itemprop' => 'logo']); $address = $this->option('address'); -// ... +// .... // Get translation for country code $locale = new Zend_Locale(); -- 2.39.5