Add BaseTemplateAfterPortlet hook to add html after portlets
authoraude <aude.wiki@gmail.com>
Mon, 16 Dec 2013 17:26:30 +0000 (18:26 +0100)
committeraude <aude.wiki@gmail.com>
Wed, 12 Mar 2014 15:52:17 +0000 (16:52 +0100)
commit53ab861a2fcba98d876e5a2be5af7bc7186b880c
tree6bd2ce18ed665bd1a1a641f442e3b2111a7441fc
parent0f146cc4a264416654d4823bb331129808316b9d
Add BaseTemplateAfterPortlet hook to add html after portlets

Allows extensions to move away from using (or abusing) the
SkinTemplateOutputPageBeforeExec hook to add things in places
such as after the list of language links.

Also explicitly check that $template->data['language_urls'] is not false.
Extensions can set it to an empty array to have the language links
header be displayed.

Bug: 57094
Change-Id: I099fb2ff48e02a2e3564a484aea906263e40bb53
RELEASE-NOTES-1.23
docs/hooks.txt
includes/SkinTemplate.php
skins/CologneBlue.php
skins/MonoBook.php
skins/Vector.php
skins/cologneblue/screen.css
skins/monobook/main.css