fix for Bug 27669
[lhc/web/wiklou.git] / skins / Vector.php
index 3c30ce4..c67d3c2 100644 (file)
@@ -146,9 +146,11 @@ class VectorTemplate extends BaseTemplate {
                        <!-- /firstHeading -->
                        <!-- bodyContent -->
                        <div id="bodyContent">
+                               <?php if ( $this->data['isarticle'] ): ?>
                                <!-- tagline -->
                                <div id="siteSub"><?php $this->msg( 'tagline' ) ?></div>
                                <!-- /tagline -->
+                               <?php endif; ?>
                                <!-- subtitle -->
                                <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html( 'subtitle' ) ?></div>
                                <!-- /subtitle -->