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

Undo last commit.

This commit is contained in:
jepso 2007-09-27 22:26:33 +00:00
parent 96bed9d3a3
commit 50c4fc5cd3

View File

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