diff --git a/website/apps/frontend/modules/manual/actions/actions.class.php b/website/apps/frontend/modules/manual/actions/actions.class.php index 5191ad2ce..956f29816 100644 --- a/website/apps/frontend/modules/manual/actions/actions.class.php +++ b/website/apps/frontend/modules/manual/actions/actions.class.php @@ -305,6 +305,8 @@ class manualActions extends sfActions $title = $this->renderer->getOption('title'); $this->title = $title; + + $this->renderer->setOption('url_prefix', '?one-page'); } else { $this->output = $cache->fetch($cacheId); diff --git a/website/apps/frontend/modules/manual/templates/indexSuccess.php b/website/apps/frontend/modules/manual/templates/indexSuccess.php index a4d81b153..bfe5ee112 100644 --- a/website/apps/frontend/modules/manual/templates/indexSuccess.php +++ b/website/apps/frontend/modules/manual/templates/indexSuccess.php @@ -1,19 +1,20 @@
-

Doctrine Manual

+

- - - - -

There are several different versions of this manual available online: -

-

- +
+ + + +

There are several different versions of this manual available online: +

+

+ +

Table of Contents

diff --git a/website/apps/frontend/modules/manual/templates/xhtml.tpl.php b/website/apps/frontend/modules/manual/templates/xhtml.tpl.php index c83d67e45..f14259805 100644 --- a/website/apps/frontend/modules/manual/templates/xhtml.tpl.php +++ b/website/apps/frontend/modules/manual/templates/xhtml.tpl.php @@ -1,3 +1 @@ -
- %CONTENT% -
\ No newline at end of file +%CONTENT% \ No newline at end of file