I already tried that, but the HTML Header is required there...<br>This one: &lt;!--HeaderText--&gt;<br><br>And besides that, I also want to use the IncludeText arguments to only include #from#to like<br>(:include Group/Page#from#to:) but I&#39;d like this output when I go to
<br><br><a href="http://www.bla.com/wiki/include.php?grp=Group&amp;art=Page">www.bla.com/wiki/include.php?grp=Group&amp;art=Page</a><br><br>so include.php is something like<br><br>require_once(&#39;pmwiki.php&#39;);<br><br>
if(isset($_REQUEST[&#39;grp&#39;]) &amp;&amp; isset($_REQUEST[&#39;art&#39;])) {<br>&nbsp;&nbsp;&nbsp; $group = $_REQUEST[&#39;grp&#39;];<br>&nbsp;&nbsp;&nbsp; $art = $_REQUEST[&#39;art&#39;];<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; echo &quot;$grp/$art viewing...&lt;br&gt;&quot;;
<br>&nbsp;&nbsp; // IncludeText call<br>}<br><br>But that instead renders my wiki, and I don&#39;t want that to happen...<br>Thanks for any help!<br><br><br>- Wouter / Jefklak<br><br><br><div><span class="gmail_quote">On 1/15/07, <b class="gmail_sendername">
J. Meijer</b> &lt;<a href="mailto:commentgg@hotmail.com">commentgg@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div><div style="text-align: left;"><div><span class="e" id="q_11026ea0d040c8b7_1"><br><br><div><span class="gmail_quote">On 1/15/07, <b class="gmail_sendername">Wouter Groeneveld</b> &lt;<a href="mailto:jefklak@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jefklak@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I
would like to use IncludeText() so I can access the text in my wiki
pages, but I do _NOT_ want to generate the whole skin and page. <br>So
when I include(&quot;pmwiki.php&quot;) &gt; this automatically generates my wiki.
I don&#39;t want that, I only want to display the includeText() output.
<br><br>Is there any possibility to tell pmwiki not do do anything? I only want to be able to use the function includetext()<br></blockquote></div><br></span></div>I think you might want to define a skin .tmpl file for this with just this content:
<br><br>$PageText<br><br>That should make pmwiki render the page as html and no more. <br><br>Grtn,<br><span class="sg"><br>/jm<br></span><span class="ad"><br><br></span></div><span class="ad"><br><hr>Get free, personalized online radio with MSN Radio powered by Pandora. 
<a href="http://radio.msn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Try it!</a></span></div><span class="ad">

</span></blockquote></div><br>