From e320d8613c87e41617c4b7e183550f4ad16f5239 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 27 May 2014 15:02:09 +0200 Subject: [PATCH] Doc: Rename `docandtoc' view script to `chapter' Prepare that every chapter is displayed on a new page. refs #4820 --- .../views/scripts/partials/chapter.phtml | 1 + .../views/scripts/partials/docandtoc.phtml | 20 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) create mode 100644 modules/doc/application/views/scripts/partials/chapter.phtml delete mode 100644 modules/doc/application/views/scripts/partials/docandtoc.phtml diff --git a/modules/doc/application/views/scripts/partials/chapter.phtml b/modules/doc/application/views/scripts/partials/chapter.phtml new file mode 100644 index 000000000..b0e1fe0cb --- /dev/null +++ b/modules/doc/application/views/scripts/partials/chapter.phtml @@ -0,0 +1 @@ + diff --git a/modules/doc/application/views/scripts/partials/docandtoc.phtml b/modules/doc/application/views/scripts/partials/docandtoc.phtml deleted file mode 100644 index 46f7b0bfe..000000000 --- a/modules/doc/application/views/scripts/partials/docandtoc.phtml +++ /dev/null @@ -1,20 +0,0 @@ -

documentation

- -

Documentation not available.

- -
-partial( - 'layout/menu.phtml', - 'default', - array( - 'items' => $docToc->getChildren(), - 'sub' => false, - 'url' => '' - ) - ); -?> -
-
- -
-