From: Steve Sutton Date: Thu, 22 Oct 2015 17:03:30 +0000 (-0400) Subject: need titles for pages X-Git-Tag: v0.0.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=14cc063d3cadadaa980f1bf3c86201558241c9d7;p=WP-Plugins%2Fglm-wp-importer.git need titles for pages --- 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'];