1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Just render the manual content

This commit is contained in:
jepso 2007-09-27 22:11:45 +00:00
parent 90541334e1
commit 96bed9d3a3

View File

@ -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;