On Wed, Mar 26, 2008 at 11:27:46AM -0500, Tegan Dowling wrote: > On Wed, Mar 26, 2008 at 11:21 AM, James Montaldi <[EMAIL PROTECTED]> wrote: > > At the moment I'm using the default skin. But I might change that. Does it > > matter? I thought the skin was just the look and feel. > > In the default PmWiki skin template (in pub\skins\pmwiki\pmwiki.tmpl), > there's a section that looks like this: > > <!--PageActionFmt--> > <div id='wikicmds'><ul><li class='browse'> <a accesskey='' > rel='nofollow' class='selflink' > href='http://www.pmwiki.org/wiki/Main/HomePage'>View</a> > </li><li class='edit'> <a accesskey='e' rel='nofollow' > class='wikilink' > href='http://www.pmwiki.org/wiki/Main/HomePage?action=edit'>Edit</a> > </li> > [...] > This is where the page actions displayed in the upper-right of the > default skin come from -- the links are 'hard-coded' into the skin > here.
That may have been true for very old versions of PmWiki, but for a long time now (since at least 2.0.0) the default template uses $Group.PageActions or $SiteGroup.PageActions for this section and not a hardcoded list. Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
