1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

PHP8 Fixes and styling.

This commit is contained in:
Cameron
2021-02-19 16:39:52 -08:00
parent e03f7a34e2
commit f9a9d2b181
3 changed files with 9 additions and 4 deletions

View File

@@ -495,7 +495,7 @@ class pageClass
//print_a($this->chapterData);
$tml = e107::getCoreTemplate('chapter','', true, true); // always merge
$tmpl = varset($tml[$layout]);
$tmpl = varset($tml[$layout], $tml['default']);
$bread = array(
0 => array('text' => $tp->toHTML($bookTitle), 'url'=> e107::getUrl()->create('page/book/index', $urlData,'allow=chapter_id,chapter_sef,book_id,book_sef,page_sef'))