Loader::element('footer_required'); showing up as text on my web site
Permalink
For some reason, this line of code is actually showing up as text on my web site at the very bottom!
Loader::element('footer_required');
(image attached for reference)
This is the code currently in my footer.php:
Any ideas as to why this is showing up? Thanks for the help!
Loader::element('footer_required');
(image attached for reference)
This is the code currently in my footer.php:
Any ideas as to why this is showing up? Thanks for the help!
![planist1](/files/avatars/67854.jpg)
What about the bottom of your page type? Example if you were using default.php in this instance... what code is at the bottom of that page?
Using a full page, and the full.php is set to
Our posts crossed in the ether ... seems all present and correct
Can you attach header.php, full.php and footer.php so one can take a look?
Do you have the below in default.php?
<?php $this->inc('elements/footer.php'); ?>
I do...
is in default.php
Could this have something to do with another error I'm facing? I have to update my main.css, footer.php, etc. in the folder updates/concrete5.5.2/themes, not in concrete/themes
<?php $this->inc('elements/footer.php'); ?>
is in default.php
Could this have something to do with another error I'm facing? I have to update my main.css, footer.php, etc. in the folder updates/concrete5.5.2/themes, not in concrete/themes
Possibly but it looks like the php is not being parsed in footer.php
Where are you getting the code that you have been pasting here from?
As a long shot, I don't suppose the line Loader::element('footer_required'); has crept in somewhere else as well eg. where you pasted the google tracking code?
Where are you getting the code that you have been pasting here from?
As a long shot, I don't suppose the line Loader::element('footer_required'); has crept in somewhere else as well eg. where you pasted the google tracking code?
YESSS!!!! Your longshot paid off! You were right!!!! That line slipped into the Google analytics code!!!!! THANK YOU!!!!!!
Yes - I just saw that the error was gone :)
Wanna mark my answer as the 'one' so I can get some more Karma?
Wanna mark my answer as the 'one' so I can get some more Karma?