provide a page template "none" which lets a webpage take over the entire page. Everything. The application is essentially bypassed. You'll need doctype and html and head and body tags in your content as none of them are supplied. There are no page regions. Nada. We should probably restrict this to those who have code exec in their account_roles but other folks won't be able to do very much useful with it anyway as their HTML is filtered.
This commit is contained in:
parent
5315c88621
commit
eb3d8e2cd7
1
view/php/none.php
Normal file
1
view/php/none.php
Normal file
@ -0,0 +1 @@
|
||||
<?php if(x($page,'content')) echo $page['content']; ?>
|
Reference in New Issue
Block a user