Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: alex_new on November 09, 2011, 03:29:21 AM
-
write "echo Inxy::virtual('/tp/ssi_in.php');" in inxy template
result: index page have "javascript document.cookie", but no any changes in admin page
if I load '/tp/ssi_in.php' in browser then admin page updates successfully.
posible i must run /tp/ssi_in.php by cron?
-
<img src="/tp/img.php" width="0" height="0" style="display:none;border:none">
add that just below start of <body> tag and it should fix your issue.
-
big thanks. work ^_^