https://bugzilla.wikimedia.org/show_bug.cgi?id=32235
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Daniel Friesen <[email protected]> 2011-11-08 17:29:55 UTC --- The stuff on [[mw:Manual:Footer]] is obviously an example of how to do it, adapt the technique to whatever you need out of it. Vector gives each group a separate list, if you want multiple lines you can add new groups to the first level of the array. And instead of using $sk->footerLink if you want something other than a link you can just use a string of html. $set->data['footerlinks'] = array( ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
