You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I believe this is what you're asking for: https://forum.kryptronic.com/viewtopic.php?id=30856
Offline
I have added the following as the first lines in the Splash page HTML:
Code:
$this->include_namespace('ecom','catlist');
Unfortunately these two lines just appeared on top of the splash page.
I am probably doing something wrong? (I am not a tech pro)
Offline
you need to wrap it in php tags:
<?php $this->include_namespace('ecom','catlist'); ?>
you would then place it where you want it to appear on the page.
Offline
Offline