Commit getFooterLinks and getFooterIcons helpers to abstract the common code used...
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 7 Dec 2010 19:45:09 +0000 (19:45 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 7 Dec 2010 19:45:09 +0000 (19:45 +0000)
commit6f04378c313f1608db91075df7c89e01cbc61587
tree7d62f737e049849d015f18a52fded9b330082042
parentaf76af985fddfa96cb4f2e6f7c2b048b2f3289b5
Commit getFooterLinks and getFooterIcons helpers to abstract the common code used to trim footerlinks down to only valid items, flatten it if needed, trim non-image icons out of footericons, and remove the copyright icon if needed.
includes/SkinTemplate.php
skins/Modern.php
skins/MonoBook.php
skins/Vector.php