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

Fixes for Visual Editor to Work

This commit is contained in:
Tom Hutchison
2017-03-29 11:39:45 -04:00
parent e84c9c9a7e
commit 237fcc81bc
4 changed files with 20 additions and 5 deletions

View File

@@ -210,6 +210,7 @@ class pivotTemplate extends BaseTemplate {
$newtitle = str_replace($namespace.':', '', $pagetitle);
$displaytitle = str_replace($pagetitle, $newtitle, $displaytitle);
?><h4 class="namespace label"><?php print $namespace; ?></h4><?php } ?>
<div id="content">
<h2 class="title"><?php print $displaytitle; ?></h2>
<?php if ($wgPivotFeatures['useAddThisShare'] !== '') { ?>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
@@ -232,6 +233,7 @@ class pivotTemplate extends BaseTemplate {
?>
<div class="clear_both"></div>
</div>
</div>
<div id="categories" class="row">
<div class="small-12 columns">
<div class="group"><?php $this->html('catlinks'); ?></div>