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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user