aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/default/pageshells/pageshell.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/pageshells/pageshell.php b/views/default/pageshells/pageshell.php
index 3e800e468..470324fbd 100644
--- a/views/default/pageshells/pageshell.php
+++ b/views/default/pageshells/pageshell.php
@@ -56,7 +56,10 @@
<p>Here's the edit controls for this widget</p>
</div>
<div class="panelcontent">
- <?php echo $vars['body']; ?>
+ <?php
+ // echo $vars['body'];
+ // Removed to prevent double body!
+ ?>
</div>
</div>
<!-- bottom PNG -->