Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorpweil
     
    I apologize for the repost/rewording. Perhaps someone has an answer. How are layouts controlled inside the admin directory? After installing the admin plugin, I set up a subdirectory within admin (admin/resources_controller). I want the index method in this controller to use a specific layout ('inventory'):

    $this->render(array('template' => 'testFind', 'layout' => 'inventory.tpl'));

    However, when I go to locallhost/admin/resource/, the content is rendered with no layout, not even the default. I've also tried using absolute file paths to point to the layout, but no luck. Can anyone please help? Thank you.
    •  
      CommentAuthorbermi
     

    That's a bug!, we definitely need more testing on the controller/views. Can you please submit a ticket in the trac? Thanks

    • CommentAuthorpweil
     
    Submitted. Ticket #186.