try this :
//Login Folder
//---------------------------------------------
//login.php
<?php
include("main/top.php");
?>
//--------------------------------------------
/* and also make change in top.php as image path as */
$imgpath="./";
if(!strpos($PHP_SELF,"main/"))
{
$imgpath = "../";
}
where is top.php file can you give u r dir structure
as
1] root
1]main
a]top.php
b]index.php
2]login
a]index.php
like this