From e4d2f58f8bb49900675551f2ea28b08a62abbd51 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 18 Jun 2013 14:32:36 -0700 Subject: [PATCH] Fixed: 'end' was missing from template. --- e107_themes/bootstrap/templates/chapter_template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_themes/bootstrap/templates/chapter_template.php b/e107_themes/bootstrap/templates/chapter_template.php index e99dc130a..14e90249d 100644 --- a/e107_themes/bootstrap/templates/chapter_template.php +++ b/e107_themes/bootstrap/templates/chapter_template.php @@ -50,6 +50,7 @@ '; + $CHAPTER_TEMPLATE['navdocs']['listChapters']['end'] = ''; // These templates are the same as above, so we just give them the same value. $CHAPTER_TEMPLATE['navdocs']['listBooks'] = $CHAPTER_TEMPLATE['navdocs']['listChapters'];