1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

List pages by chapter may now include the chapter title and chapter description.

This commit is contained in:
Cameron
2013-12-19 22:46:24 -08:00
parent 62509f09fb
commit 590add3c4a
2 changed files with 19 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
* 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'] = "<ul class='page-pages-list'>";
$CHAPTER_TEMPLATE['default']['listPages']['item'] = "<li><a href='{CPAGEURL}'>{CPAGETITLE}</a></li>";
$CHAPTER_TEMPLATE['default']['listPages']['end'] = "</ul>";