projects
/
WP-Plugins
/
glm-wp-importer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b27506
)
need titles for pages
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 22 Oct 2015 17:03:30 +0000
(13:03 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 22 Oct 2015 17:03:30 +0000
(13:03 -0400)
controllers/ToolboxImport.php
patch
|
blob
|
history
diff --git
a/controllers/ToolboxImport.php
b/controllers/ToolboxImport.php
index
54ef057
..
5219465
100644
(file)
--- 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'] .= '<h1>'.$page['category'].'</h1>';
+ $page['pageContent'] .= '<h1>'.$page['category'].'</h1>';
++$iterator;
if ($page['image']) {
//$page['images'][] = $page['image'];