[pmwiki-users] Changing the URL reference for the site icon
    H. Fox 
    haganfox at users.sourceforge.net
       
    Tue Jul  3 00:21:12 CDT 2007
    
    
  
On 7/2/07, Robert Parker <rgparker.biz at gmail.com> wrote:
> All,
>
> I am trying to change the reference url from the main icon in the wiki page
> header to an external link.  My wiki is part of a larger site and I want to
> go back to the main home page instead of the MainPage in the wiki.
Edit the skin's template.  If you are using the default skin, copy it
and edit the copy as described here:
   http://www.pmwiki.org/wiki/PmWiki/LayoutBasics#modifyskin
> I also want to change the MainPage in the wiki to a different page, how do I
> do that?
In config.php, use
  $DefaultPage = 'MyCustomGroup.MyCustomPage';
See
   http://www.pmwiki.org/wiki/PmWiki/BasicVariables#DefaultPage
Hagan
    
    
More information about the pmwiki-users
mailing list