From 96bed9d3a34b3fd6ca0050c446166d3ef47d76e6 Mon Sep 17 00:00:00 2001 From: jepso Date: Thu, 27 Sep 2007 22:11:45 +0000 Subject: [PATCH] Just render the manual content --- website/apps/frontend/modules/manual/actions/actions.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/apps/frontend/modules/manual/actions/actions.class.php b/website/apps/frontend/modules/manual/actions/actions.class.php index 75d1e4e77..568f2e62d 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', file_get_contents(dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR.'templates/xhtml.tpl.php')); + $this->renderer->setOption('template', '%CONTENT%'); $viewIndex = true;