[pmwiki-users] pmwiki <div>

Daniel Scheibler scheibi at gmail.com
Thu Aug 11 07:15:30 CDT 2005


Hello,

did you change your skin?
I think it is possible, that the "<\body><\html>" tag in the skin tell
your browser to stop and ignore all after this.

It only a first suggestion.

Daniel
-- 
Daniel Scheibler     ========:}       student at
eMail: scheibi at gmail.com              BTU Cottbus/Germany
WWW:   http://www.scheiby.de

2005/8/11, Gabriel Jägenstedt <gabriel.j at telia.com>:
> Hi!
> 
> I'm trying to include pmwiki inside of a <div>.
> I want it to be part of a bigger system.
> It's gone quite well but I've stumbled upon a few problems with headers
> and the most annoying that everything after I include pmwiki is
> trunctaded or something.
> 
> Does anyone have any experience with doing this and could give me some
> pointers about how to set it up?
> 
> The actual code looks like this.
> 
>  <div class="page">
>   <?php
>    switch ($_GET['page']):
>     case "main":
>      include("main.php");
>      break;
>     case "wiki":
>      include("pmwiki.php");
>      break;
>     case "forums":
>      include("forums.php");
>      break;
>     default:
>      include("main.php");
>     endswitch;
>   ?>
>  </div>
> 
> When I pass ?page=wiki
> the </div> and everything after dissapears.
> I have removed everything from the css and tml files to see if it helped
> but nothing changed.
> In conclussion I think pmwiki.php can be held accountable since it
> doesn't happen if i include anything else.
> 
> So please please help me =)




More information about the pmwiki-users mailing list