From 2d9ef8629df64b7b71281e8f5fa5006bee70e894 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 16 Jun 2014 15:32:51 -0700 Subject: [PATCH] Added missing caption on chapter-listing of custom pages. --- e107_core/templates/chapter_template.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/e107_core/templates/chapter_template.php b/e107_core/templates/chapter_template.php index d46cc7893..bf4eabde3 100644 --- a/e107_core/templates/chapter_template.php +++ b/e107_core/templates/chapter_template.php @@ -11,11 +11,14 @@ * Template for Book and Chapter Listings, as well as navigation on those pages. */ + + $CHAPTER_TEMPLATE['default']['listPages']['caption'] = "{CHAPTER_NAME}"; $CHAPTER_TEMPLATE['default']['listPages']['start'] = ""; - + +$CHAPTER_TEMPLATE['default']['listChapters']['caption'] = "{BOOK_NAME}"; $CHAPTER_TEMPLATE['default']['listChapters']['start'] = "";