that would be awesome! right now i am getting a Fatal Error in PHP.ErrorHandler(); Smarty error: [in .../applications/garden/views/default.master.tpl line 90]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590
Yeah smarty does sorta kill a lot of stuff, i tried integrating a profiler and get smarty errors as im inserting normal php into a smarty .tpl file. The problem is i also want it to show on the non smarty pages.
Hey, mark. How would i make it so that it switches to the php master view rather than the smarty one from my plugin? As this plugin could be used by other people with a default install.
@Todd wrote the smarty implementation, but as I understand it, you just delete the smarty template altogether and use the php version. Todd might know of a way to programmatically force it to use the php one...
Comments
Smarty error: [in .../applications/garden/views/default.master.tpl line 90]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590
http://vanillaforums.org/page/ThemeQuickStart
And here is a copy of the non-smarty template if you want to give it a shot:
http://vanillaforums.org/page/PHPMasterView