1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Page/Menus : New Shortcode {CHAPTER_MENUS: id=chapter-sef-url} Render menus from a given chapter.

This commit is contained in:
Cameron
2017-01-25 13:08:53 -08:00
parent 988519a0f8
commit 01801d6b94
2 changed files with 43 additions and 2 deletions

View File

@@ -55,7 +55,8 @@
$this->_config = e107::unserialize($data);
e107::getDebug()->log($this->_config);
// e107::getDebug()->log($this->_config);
return $this;
}
@@ -70,6 +71,8 @@
{
$this->_data = e107::unserialize($data);
// e107::getDebug()->log($this->_data);
return $this;
}