Thank you Hans,<br><br>after years I&#39;ve finally got rid of lot of confusing GroupFooters!<br><br>Roman<br><br><div class="gmail_quote">On Jan 27, 2008 12:20 PM, Hans &lt;<a href="mailto:design5@softflow.co.uk">design5@softflow.co.uk</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">Sunday, January 27, 2008, 11:16:31 AM, Hans wrote:<br><br>&gt; Add this to config.php, you do not need to change stdmarkup.php:<br>
<br></div>perhaps better call the function &#39;SetTitleMarkup&#39;:<br><div class="Ih2E3d"><br>## (:title ...:) First title wins, any subsequent (:title ...:) is ignored.<br>Markup(&#39;title&#39;,&#39;directives&#39;,<br>
 &nbsp;&#39;/\\(:title\\s(.*?):\\)/ei&#39;,<br></div> &nbsp;&quot;SetTitleMarkup(\$pagename, PSS(&#39;$1&#39;)) &quot;);<br>function SetTitleMarkup($pagename, $arg) {<br><div class="Ih2E3d"> &nbsp; static $tset = 1;<br> &nbsp; &nbsp; &nbsp;if ($tset==1)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; PCache($pagename, $zz=array(&#39;title&#39; =&gt; SetProperty($pagename, &#39;title&#39;, $arg )));<br> &nbsp; &nbsp; &nbsp;$tset++;<br>}<br><br><br></div><div><div></div><div class="Wj3C7c"> &nbsp;~Hans<br><br><br>_______________________________________________<br>
pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br>