Implement $wgFooterIcons to replace copyrightico and poweredbyico with a flexible...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 4 Dec 2010 20:55:23 +0000 (20:55 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 4 Dec 2010 20:55:23 +0000 (20:55 +0000)
commit3e7309606dbf4afe231dfdca19c4fc59e712b83e
tree55be48e4ef4e04dd530d9af55fa9ea02963ffda1
parent1098d92d42c96cb94bca68028ebed3ea8d6f3405
Implement $wgFooterIcons to replace copyrightico and poweredbyico with a flexible list of icons that can be customized by extensions, hosting, farms, wikimedia, etc...
Implementations for MonoBook, Vector, and Modern. Modern implementation uses text instead of icons as desired.
includes/DefaultSettings.php
includes/Setup.php
includes/SkinTemplate.php
skins/Modern.php
skins/MonoBook.php
skins/Vector.php