[pmwiki-users] How to remove the "Powered by Pmwiki" footer

H. Fox haganfox at users.sourceforge.net
Mon Sep 26 15:28:03 CDT 2005


On 9/26/05, Rene Visco <rvisco at csdr-cde.ca.gov> wrote:
> Hi,
>
> For print media (CSS only), it outputs what I like, however, I cannot find a
> way to remove "Powered by Pmwiki".  (No offense, PM!)
>
> Because we'll use wiki for our "official" educational documents and we don't
> want a "brand" on the documents when we print them out.

Are you using the Lean Skin or Light Skin?  If so, try

    $HTMLHeaderFmt[]='
     <style type="text/css" media="print"><!--
      #sitepoweredby { display:none; }
     --></style>
    ';

Hagan




More information about the pmwiki-users mailing list