deleted testtext for viewport output

This commit is contained in:
Silke Pisulla 2017-03-22 11:40:12 +01:00
commit 7999a99cf7

View file

@ -105,7 +105,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Wiki Title Mobile */ /* Wiki Title Mobile */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?> /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
<p class="title mobile-only">MO <?php echo $conf['title'] ?></p> <p class="title mobile-only"><?php echo $conf['title'] ?></p>
<?php endif ?> <?php endif ?>
</div><!-- .main-title --> </div><!-- .main-title -->
</div><!-- .headings --> </div><!-- .headings -->
@ -118,14 +118,14 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Wiki Title Desktop */ /* Wiki Title Desktop */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?> /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
<p class="title">DO <?php echo $conf['title'] ?></p> <p class="title"><?php echo $conf['title'] ?></p>
<?php endif ?> <?php endif ?>
<?php if ($conf['tagline']): <?php if ($conf['tagline']):
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Wiki Tagline Desktop */ /* Wiki Tagline Desktop */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?> /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
<p class="claim">DO <?php echo $conf['tagline'] ?></p> <p class="claim"><?php echo $conf['tagline'] ?></p>
<?php endif ?> <?php endif ?>
</div><!-- .main-title --> </div><!-- .main-title -->
</div><!-- .col --> </div><!-- .col -->