We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
and your layout file is application/views/layouts/default.php?
Sorry, something went wrong.
No branches or pull requests
Hello,
I've put all of the codeigniter-template files in the proper place, but layouts just...aren't loading.
Layout:
Controller:
template ->title('Groups Index') ->set_layout('default') ->build('groups/index'); } ``` } /\* End of file index.php _/ /_ Location: ./application/controllers/groups.php */The text was updated successfully, but these errors were encountered: