Display your web site logo on the address bar

Below is my php code for the logo on the address bar… Anyone can help why i cannt remove or change to another icon? after i changed the icon to another icon, its still display the old icon… even i remove the code of displaying the icon, its still appear… anyone can tell me???

[php]

<?php echo $webtitle; ?>
<?php include("sources/navigation.php"); ?> <?php echo $scrollingtext; ?> <?php include("sources/sidebar.php"); ?> [/php]

-solved-

Sponsor our Newsletter | Privacy Policy | Terms of Service