[pmwiki-users] variables for customization

Christophe David pmwiki at christophedavid.org
Tue Jul 5 09:27:42 CDT 2005


Hello,

I am trying to customize the look of pages with "Group.PageName.php" like
files in the local directory, and custom markups.

The example below works OK except that it only retrieves $CurrentTime and
$WikiTitle.  The other variables are empty.  I would like to obtain the
$PageName for further customization.  Any clue ?

<?php
   {
   $HtmlOutput =  '-'
                 . $CurrentTime
                 . '-'
                 . $Group
                 . '-'
                 . $PageName
                 . '-'
                 . $WikiTitle
                 . '-'
                 ;
   }
Markup("test", "fulltext", "/test:/", '>>>' . $HtmlOutput  . '<<<');
?>





More information about the pmwiki-users mailing list