From 14cc063d3cadadaa980f1bf3c86201558241c9d7 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 22 Oct 2015 13:03:30 -0400 Subject: [PATCH] need titles for pages --- controllers/ToolboxImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/ToolboxImport.php b/controllers/ToolboxImport.php index 54ef057..5219465 100644 --- a/controllers/ToolboxImport.php +++ b/controllers/ToolboxImport.php @@ -441,7 +441,7 @@ $page['pageContent'] = ''; $iterator = 1; if ($this->_options['toolbox_page_table'] == 'bus_category') { - //$page['pageContent'] .= '

'.$page['category'].'

'; + $page['pageContent'] .= '

'.$page['category'].'

'; ++$iterator; if ($page['image']) { //$page['images'][] = $page['image']; -- 2.17.1