diff --git a/website/apps/frontend/modules/manual/actions/actions.class.php b/website/apps/frontend/modules/manual/actions/actions.class.php index 568f2e62d..75d1e4e77 100644 --- a/website/apps/frontend/modules/manual/actions/actions.class.php +++ b/website/apps/frontend/modules/manual/actions/actions.class.php @@ -243,7 +243,7 @@ class manualActions extends sfActions case 'Xhtml': default: - $this->renderer->setOption('template', '%CONTENT%'); + $this->renderer->setOption('template', file_get_contents(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'templates/xhtml.tpl.php')); $viewIndex = true;