View Single Post
Old 12-03-2008, 12:06 PM  
Scroto
Confirmed User
 
Scroto's Avatar
 
Join Date: Nov 2005
Posts: 2,804
Anyone here familiar with smarty templates?

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"); ?>
Scroto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote