View Single Post
Old 12-03-2008, 12:56 PM  
munki
Do Fun Shit.
 
munki's Avatar
 
Industry Role:
Join Date: Dec 2004
Location: OC
Posts: 13,393
Quote:
Originally Posted by Scroto View Post
Just curious if anyone might be able to assist. Been googling my ass off and no real luck so far lol

Basically what I'm trying to do is add the atx trade script codes. One in the header and one in footer. Nothing works, it's just blank.. doesn't print anything.

tried all these..
{include file='myfile.html'}

{php}my code..{/php}

{fileinc file="path/to/file"}

the atx codes:
Code:
for the footer
<?php

include 'top50.html';

?>

 
for the header
<?php virtual ("/cgi-bin/atx/in.cgi"); ?>
Try...

Code:
{literal}
<?php include 'top50.html' ?>
{/literal}

{literal}
<?php virtual ("/cgi-bin/atx/in.cgi"); ?>
{/literal}
If smartys still has php parsing on, should work.
__________________

I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde
munki is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote