Skip to content

Layout Not Loading #23

@jackperry

Description

@jackperry

Hello,

I've put all of the codeigniter-template files in the proper place, but layouts just...aren't loading.

Layout:

<!DOCTYPE HTML>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
    <title>{$template.title}</title>
</head>
<body>
    {$template.body}
</body>
</html>

Controller:

template ->title('Groups Index') ->set_layout('default') ->build('groups/index'); } ``` } /\* End of file index.php _/ /_ Location: ./application/controllers/groups.php */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions