From 4557e395fe7a5423f7d873f17689e58272b71f7a Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Sat, 17 Jun 2017 10:56:37 +0100 Subject: [PATCH] added chart export --- src/Template/Main/blocks.ctp | 18 +++++++++++++++--- webroot/css/main.css | 2 ++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/Template/Main/blocks.ctp b/src/Template/Main/blocks.ctp index bb8f2f0..d2c8986 100644 --- a/src/Template/Main/blocks.ctp +++ b/src/Template/Main/blocks.ctp @@ -126,9 +126,14 @@ $this->assign('title', 'Blocks'); + $this->start('css'); + echo $this->Html->css('/amcharts/plugins/export/export.css'); + $this->end(); + $this->start('script'); ?> +