deleted testtext for viewport output
This commit is contained in:
parent
31170e6e05
commit
7999a99cf7
1 changed files with 3 additions and 3 deletions
6
main.php
6
main.php
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue