mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Fixed: 'end' was missing from template.
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
';
|
';
|
||||||
|
$CHAPTER_TEMPLATE['navdocs']['listChapters']['end'] = '</ul>';
|
||||||
|
|
||||||
// These templates are the same as above, so we just give them the same value.
|
// These templates are the same as above, so we just give them the same value.
|
||||||
$CHAPTER_TEMPLATE['navdocs']['listBooks'] = $CHAPTER_TEMPLATE['navdocs']['listChapters'];
|
$CHAPTER_TEMPLATE['navdocs']['listBooks'] = $CHAPTER_TEMPLATE['navdocs']['listChapters'];
|
||||||
|
Reference in New Issue
Block a user