Kihon Kata
12-31-2003, 03:48 PM
I am running Gamma 3.0 here (http://www.makeuptalk.com/forums) and I am trying to insert this code into my FORUMHOME template but it does not grab the data from my included file
<?php
print "Latest Reviews come here";
include ("../reviews/latestReviews.php");
?>
Any ideas on how to make this work with vB?
Thanks in advance
<?php
print "Latest Reviews come here";
include ("../reviews/latestReviews.php");
?>
Any ideas on how to make this work with vB?
Thanks in advance