[pmwiki-devel] PmWiki Skin and Default name
Simon
nzskiwi at gmail.com
Sat Aug 19 19:09:31 PDT 2023
In the PmWiki responsive skin there are the lines
<!--PageTitleFmt-->
<div id='wikititle'>
<div class='pagegroup'><a
href='*{$ScriptUrl}/{$Group}*'>{$Group}</a>
/</div>
<h1 class='pagetitle'>{$Title}</h1>
</div>
In my config.php I set
*$DefaultName = 'HomePage';*
In my wiki I have two pages
MyGroup.HomePage (the landing page for the group)
and
MyGroup.MyGroup
Event though I have configured the default name to "HomePage" PmWiki
continues to send page references in the form (specifically in the page
title as shown above)
"MyGroup/ "
to "MyGroup/MyGroup" if the Page "MyGroup.MyGroup" exists, this doesn't
seem right
thanks
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20230820/23aef689/attachment.html>
More information about the pmwiki-devel
mailing list