From 7fb5ef7f5eefd3253c3e84a362f5d07448c018f0 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 5 Sep 2016 14:10:20 +0000 Subject: [PATCH] fix #666 0.5 --- framework/application/views/scripts/templates/exemples.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/application/views/scripts/templates/exemples.phtml b/framework/application/views/scripts/templates/exemples.phtml index e830333..4011fe4 100644 --- a/framework/application/views/scripts/templates/exemples.phtml +++ b/framework/application/views/scripts/templates/exemples.phtml @@ -1,3 +1,4 @@ introBlock($this->intro, ''); -echo $this->exemples($this->category, $this->title,$this->count); \ No newline at end of file +echo $this->exemples($this->category, $this->title,$this->count); +echo $this->contactFooter(); \ No newline at end of file -- 2.39.5