- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- May 2002
- Status:
- offline
- last visit:
- 22.03.03
- Posts:
- 4
Hi i'm using phoenix version of PN ,
i want to use frames in my site.
but when i use a frame in module it doesn't display the frame, this module in cludes the header.php & footer.php, stunnigly, when i take out that hearder.php & footer .php it is able to display the frames.
i don't understand the problem,
plz do let me know the probs,
my code is like this
---------------------------------------------------
if (!defined("LOADED_AS_MODULE")) {
die ("You can't access this file directly...");
}
$ModName = basename( dirname( __FILE__ ) );
modules_get_language();
//header("Content-Type: text/html");
include 'header.php';
?>
<noframes>
This page uses frames, but your browser doesn't support them.
</noframes>
---------------------------------------------------
what shall i do,
i have to use frames ,
plz help me, :(
thanks
prasad
