trouble with including the header.php and footer.php files
Permalink
Having trouble with including the header.php and footer.php files
I did as stated here -http://www.concrete5.org/documentation/recorded-trainings/theme-dev...
My 'elements' directory is in:
public_html/themes/my_custom_theme/elements
Just can't get this to work.
Thanks
I did as stated here -http://www.concrete5.org/documentation/recorded-trainings/theme-dev...
My 'elements' directory is in:
public_html/themes/my_custom_theme/elements
Just can't get this to work.
Thanks
At first I used
as stated onhttp://www.concrete5.org/documentation/recorded-trainings/theme-dev... - which did not work then I used:
Now it all works and do not receive any PHP errors.
<?php $this->inc('elements/header.php'); ?>
as stated onhttp://www.concrete5.org/documentation/recorded-trainings/theme-dev... - which did not work then I used:
Now it all works and do not receive any PHP errors.
I also suggest you read this how-to: http://www.concrete5.org/documentation/how-tos/designers/making-a-t...