[pmwiki-users] Group Title?

Ben Wilson dausha at gmail.com
Thu Jun 1 12:53:11 CDT 2006


Something like:

Markup("grouptitle", 'directives', "/\(:grouptitle(.*?):/e",
'GroupTitle("$1");');
function GroupTitle($t) {
    global $FmtV;
    $t = trim($t);
    $FmtV['$GroupTitle'] = $t;
}


On 6/1/06, Ben Wilson <dausha at gmail.com> wrote:
> You know. I've never thought of this. What about having a title for a group?
>
> --
> Ben Wilson
> "Mundus vult decipi, ergo decipiatur"
>


-- 
Ben Wilson
"Mundus vult decipi, ergo decipiatur"




More information about the pmwiki-users mailing list