#88: No ability to render partials and shared templates in layouts
-------------------------+--------------------------------------------------
Reporter: OmeZ | Owner:
Type: defect | Status: closed
Priority: minor | Milestone: 1.0.1
Component: Action View | Resolution: invalid
Keywords: |
-------------------------+--------------------------------------------------
Changes (by bermi):
* status: new => closed
* resolution: => invalid
Comment:
If you want to use partials located in the layout folder then you must
implicitly tell Akelos to look in there like:
{{{
<?= $controller->render(array('partial'=>'layouts/mypartial')); ?>
}}}
--
Ticket URL: <
http://trac.akelos.org/ticket/88#comment:1>