[pmwiki-users] allow apostrophe in $WikiTitle?
Patrick R. Michaud
pmichaud at pobox.com
Wed Jun 27 10:09:54 CDT 2007
On Wed, Jun 27, 2007 at 07:45:23AM -0500, Tegan Dowling wrote:
> Hi, all:
>
> In my local/congig.php, I have
>
> // $WikiTitle is the name that appears in the browser's title bar.
> $WikiTitle = 'My Site Name Here';
> // allow use in wikipages - http://www.pmwiki.org/wiki/PmWiki/PageVariables
> $FmtPV['$WikiTitle'] = '$GLOBALS["WikiTitle"]';
>
>
> Is there an escape for the apostrophe so that I could have
> $WikiTitle = 'My Site's Name Here'; ?
Ideally:
$WikiTitle = 'My Site's Name Here';
Pm
More information about the pmwiki-users
mailing list