mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Add DataAfterContent to footer (SkinAfterContent hook)"
This commit is contained in:
commit
a06df4ec9b
|
@ -264,6 +264,7 @@ class MinervaTemplate extends BaseTemplate {
|
|||
'subtitle' => $data['subtitle'],
|
||||
'contenthtml' => $this->getContentHtml( $data ),
|
||||
'secondaryactionshtml' => $this->getSecondaryActionsHtml(),
|
||||
'dataAfterContent' => $this->get( 'dataAfterContent' ),
|
||||
'footer' => $this->getFooterTemplateData( $data ),
|
||||
'isBeta' => $skinOptions->get( SkinOptions::OPTIONS_MOBILE_BETA ),
|
||||
'tabs' => $this->showTalkTabs( $hasPageActions, $skinOptions ) &&
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<footer class="minerva-footer">
|
||||
{{{lastmodified}}}
|
||||
<div class="post-content footer-content">
|
||||
{{{dataAfterContent}}}
|
||||
<h2>{{{headinghtml}}}</h2>
|
||||
<div class="license">{{{licensehtml}}}</div>
|
||||
{{#lists}}
|
||||
|
|
|
@ -56,4 +56,4 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="mw-notification-area" data-mw="interface"></div>
|
||||
<!-- v:8.1.6 -->
|
||||
<!-- v:8.1.7 -->
|
||||
|
|
Loading…
Reference in a new issue