<div dir="ltr"><div dir="ltr"><div dir="ltr">In the PmWiki responsive skin there are the lines<div><br></div><div><div><!--PageTitleFmt--></div><div>          <div id='wikititle'></div><div>            <div class='pagegroup'><a href='<span style="background-color:rgb(255,255,0)"><b>{$ScriptUrl}/{$Group}</b></span>'>{$Group}</a> /</div></div><div>            <h1 class='pagetitle'>{$Title}</h1></div><div>          </div></div></div><div><br></div><div><br></div><div>In my config.php I set </div><div>      <b>$DefaultName = 'HomePage';</b></div><div><br></div><div>In my wiki I have two pages</div><div><br></div><div>    MyGroup.HomePage (the landing page for the group)</div><div>and</div><div>    MyGroup.MyGroup</div><div><br></div><div>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)</div><div>    "MyGroup/ "</div><div>to "MyGroup/MyGroup" if the Page "MyGroup.MyGroup" exists, this doesn't seem right</div><div><br></div><div>thanks</div><div><br></div><div>Simon</div></div></div></div>