1
0
mirror of https://github.com/Hutchy68/pivot.git synced 2025-10-26 23:17:36 +01:00

fixes for echo extension, CSS cleanup, default skin colors, etc...

This commit is contained in:
Tom Hutchison
2017-03-18 23:01:39 -04:00
parent 2626073977
commit 625a4264ea
3 changed files with 45 additions and 16 deletions

View File

@@ -196,7 +196,10 @@ class pivotTemplate extends BaseTemplate {
<?php wfRunHooks( 'SkinTemplateToolboxEnd', array( &$this, true )); ?>
</ul>
<?php if ($wgUser->isLoggedIn()): ?>
<div id="echo-notifications"></div>
<div id="echo-notifications">
<div id="echo-notifications-alerts"></div>
<div id="echo-notifications-messages"></div>
</div>
<?php endif; ?>
<?php endif;
$namespace = str_replace('_', ' ', $this->getSkin()->getTitle()->getNsText());