Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout Not Loading #23

Open
jackperry opened this issue Nov 1, 2011 · 1 comment
Open

Layout Not Loading #23

jackperry opened this issue Nov 1, 2011 · 1 comment

Comments

@jackperry
Copy link

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 */
@ruthlessfish
Copy link
Contributor

and your layout file is application/views/layouts/default.php?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants