Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: Bud on September 24, 2012, 10:02:20 AM
-
I'm suppose to add this <!--#include virtual="/tp/ssi_in.php"--> in my .shtml files.
I'm not very techy when it comes to stuff like that..or maybe I am mis-understanding what they mean.. how/ where do i do this? Thank you.
-
you have to add it inside the
<head> ..here.. </head>
part. If the include virtual does not work it might not be supported by your server, so you can try instead the
<?php include ('tp/ssi_in.php'); ?>
hth