From 50c4fc5cd374863ebe50deb0fd15086aac644dbf Mon Sep 17 00:00:00 2001 From: jepso Date: Thu, 27 Sep 2007 22:26:33 +0000 Subject: [PATCH] Undo last commit. --- 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 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;