Be sure to add the echo $tpl->fetch('footer.tpl', $id); where I have it code below or the link back is gone and you are in violation (I forgot myself lol)
This is my first posted mo if I have posted it worng Dave don cuss at me to bad, just let me know I will try to do it right next time
###########
This will Mod let you add the ISEDN.org feed to the left site of you site and change the feed based on searches made from search form
Setp 1
on index.php
find echo $tpl->fetch('main.tpl', $id);
replace with
echo"
| "; echo $tpl->fetch('main.tpl', $id); include("templates/left.php"); echo" |
echo $tpl->fetch('footer.tpl', $id);
-----------------------------------------------------
on main.tpl
find and remove
{include file="footer.tpl"}
-----------------------------------------------------
In folder templates
create a new file called left.php
this file should be coded like this
$isden=$_GET[q];
echo"
| "; if($isden){ echo" "; } else{ echo""; } echo" |
?>
Replace XXXXX with your isden id number
if you want a different default change the "Free+stuff" to you preferred search term
Thanks
www.uranus-directory.info
#If you have any other info about this subject , Please add it free.# |