I use php includes for all my navigation, and we use to have the includes working on our checkout pages too... until I installed the new Actinic Dev 7.0.6 update. Anyway, I reloaded some pages from the original directory and ever since I can't figure out how to get the php includes on my checkout pages?
I need to put this code on all of the checkout pages:
<?php
include "../topnav.php";
?>
Any ideas how to get it done?
I need to put this code on all of the checkout pages:
<?php
include "../topnav.php";
?>
Any ideas how to get it done?
Comment