footer php
Permalink
resolved, I had not updated the theme......sorry
Hi can anyone make sense of this, I have 2 websites which i have used the same footer code:
http://rawhydemarketing.com the footer displays correctly
http://rawhydemarketing.co.uk the footer does not change from the default install values.
I have the following code installed in both footer folders
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<div class="clear"></div>
<div id="footer">
<div id="footer-inner">
<div class="clear"></div>
<p class="footer-copyright">©<?php echo date('Y')?> <?php echo SITE?>.</p>
<p class="footer-tag-line"><?php echo t('created by <a href="http://www.rawhydemarketing.com/" alt="Free Content Management System" target="_blank">Raw Hyde Marketing')?></a></p>
</div>
</div>
<!-- end main container -->
</div>
<?php Loader::element('footer_required'); ?>
</body>
</html>
the only difference is that the .co.uk site is in the latest version of concrete
I think I may be missing something very simple but I cannot find it, I noticed when I updated another site to the latest version of concrete it changed the footer back to default but in the php file the code had not changed, I am wondering if there is a code override somewhere in concrete which is preventing me from editing the footer
Hi can anyone make sense of this, I have 2 websites which i have used the same footer code:
http://rawhydemarketing.com the footer displays correctly
http://rawhydemarketing.co.uk the footer does not change from the default install values.
I have the following code installed in both footer folders
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<div class="clear"></div>
<div id="footer">
<div id="footer-inner">
<div class="clear"></div>
<p class="footer-copyright">©<?php echo date('Y')?> <?php echo SITE?>.</p>
<p class="footer-tag-line"><?php echo t('created by <a href="http://www.rawhydemarketing.com/" alt="Free Content Management System" target="_blank">Raw Hyde Marketing')?></a></p>
</div>
</div>
<!-- end main container -->
</div>
<?php Loader::element('footer_required'); ?>
</body>
</html>
the only difference is that the .co.uk site is in the latest version of concrete
I think I may be missing something very simple but I cannot find it, I noticed when I updated another site to the latest version of concrete it changed the footer back to default but in the php file the code had not changed, I am wondering if there is a code override somewhere in concrete which is preventing me from editing the footer