Using Alternative Template Syntax with system views

Seems, Alternative Template Syntax does not work with system views.

E.g. /protected/views/system/exception.tpl should be always with ".php" extension?

P.S. I used CViewRenderer::fileExtension property with value ".tpl"

You can customize template renderers per file extension.

Yes, and my application config contains such lines:




   ...

   'viewRenderer'=>array(

        'class'=>'CPradoViewRenderer',

        'fileExtension'=>'.tpl'

   ),



It works fine for /protected/views/site/index.tpl, but does not work for /protected/views/system/exception.tpl