Cleanup: Drop unused template variable

html-printfooter is no longer used now that core provides
this as part of html-body-content

Change-Id: Ib9d6b5ce56ecde38f5de948dc0f80c7a3e42d2b3
This commit is contained in:
jdlrobson 2020-07-30 13:30:00 -07:00 committed by Jdlrobson
parent 2c74f08d3e
commit 1aab97ec03
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ class SkinVector extends SkinMustache {
'msg-vector-jumptonavigation' => $skin->msg( 'vector-jumptonavigation' )->text(),
'msg-vector-jumptosearch' => $skin->msg( 'vector-jumptosearch' )->text(),
'html-printfooter' => $skin->printSource(),
'html-categories' => $skin->getCategories(),
'data-footer' => $this->getFooterData(),
'html-navigation-heading' => $skin->msg( 'navigation-heading' ),