Add function OutputPage::getHeadLinksArray()
authorMax Semenik <maxsem.wiki@gmail.com>
Tue, 24 Apr 2012 17:25:06 +0000 (21:25 +0400)
committerMax Semenik <maxsem.wiki@gmail.com>
Wed, 25 Apr 2012 15:46:51 +0000 (19:46 +0400)
commit30d98d655ab1bc5722b4c46a555418851a1fa9af
tree43f379b9643c146101ef31c1c7862451d12d1011
parent0477dc94737e777b764f10e07b9a973f91ecafba
Add function OutputPage::getHeadLinksArray()

...that returns head tags as associative array for the benefit of skin
makers who don't want to output every <meta> tag in the universe.

Patchset 2: make sure that array keys are unique

Change-Id: I6fa3c954d603e0e401cbdb68975d536cf07e11ab
includes/OutputPage.php