Click to See Complete Forum and Search --> : how to remove the breadcrump?


lite_ws
11-07-2006, 07:30 AM
HI,

eval("\$header = \"".gettemplate("templates/breadcrumb")."\";");
echo $header;


in the top of my tutorial page http://www.smartcoyote.com/tutorial4.php i have a breadcrump (grey with HOME text inside.

do you know how to remove it without changing everything in the layout?
--------------------------------------------------
session_start();

require("config.php");
include_once("session.php");

include("templates/main.html.php");


eval("\$header = \"".gettemplate("templates/breadcrumb")."\";");
echo $header;


include("templates/tutorial6.html");
include("templates/headerend.html");
include("templates/rightside.html.php");
include("templates/footer.html.php");
?>
-------------------------------------
thanks