[pmwiki-users] redefine existing (default)markup
Patrick R. Michaud
pmichaud at pobox.com
Tue Apr 3 10:10:55 CDT 2007
On Tue, Apr 03, 2007 at 05:01:39PM +0200, noskule wrote:
> hi list
> I try to change the existing page-section markup to
>
> Markup('noright', 'directives',
> '/\\(:noright:\\)/ei',
> "SetTmplDisplay('PageContentHeaderRightFmt',0) .
> SetTmplDisplay('PageRelatedNavigationRightFmt',0) .
> SetTmplDisplay('PageContentRightFmt',0)");
>
> this only works if I change "noright" to somthing else. The code I
> placed in skin.php. Is this susposed to work or do I miss something?
It should work, unless something else is defining a 'noright' markup
prior to the skin being loaded. Perhaps something in a local customization
is defining 'noright'?
Pm
More information about the pmwiki-users
mailing list