Adam 2009-02-09
Documentation » Actiona_render
Renders current page's type action template with given action (404 by default)
a_render(404) => should render 404 error template file _.404.php
a_render('view') => should render view template for current type i.e. page.view.php
void a_render( [string|int $action = 404] )
Parameters
- string|int $action Action to render template for
Last edited 2009-02-09 17:58:49
