1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Fixed: 'end' was missing from template.

This commit is contained in:
Cameron
2013-06-18 14:32:36 -07:00
parent 219cfc338d
commit e4d2f58f8b

View File

@@ -50,6 +50,7 @@
</a>
</li>
';
$CHAPTER_TEMPLATE['navdocs']['listChapters']['end'] = '</ul>';
// These templates are the same as above, so we just give them the same value.
$CHAPTER_TEMPLATE['navdocs']['listBooks'] = $CHAPTER_TEMPLATE['navdocs']['listChapters'];