[pmwiki-users] group name at page top left
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Thu Apr 21 19:25:47 CDT 2005
    
    
  
On Thu, Apr 21, 2005 at 04:40:28PM -0700, John W Morris wrote:
>    Is there a way short of removing the reference in the main template to get
>    this "group name" to not show up?
>     
>    I still want the page title.... just not that group name at the top left
>    corner of the page.
It depends on the skin you're using.  For the PmWiki default skin,
you can eliminate it with the following in a local configuration file
(e.g., local/config.php or local/Main.php):
    $HTMLStylesFmt[] = ' .pagegroup { display:none; } ';
Pm
    
    
More information about the pmwiki-users
mailing list