empty lines addes
This commit is contained in:
parent
5b3e899e4c
commit
0dbbf264a9
1 changed files with 8 additions and 1 deletions
9
main.php
9
main.php
|
@ -130,6 +130,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
<div class="main-title">
|
||||
<?php if ($conf['title']):
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Wiki Title Mobile */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
||||
|
@ -149,6 +150,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
<div class="main-title desktop-only">
|
||||
<?php if ($conf['title']):
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Wiki Title Desktop */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
||||
|
@ -156,6 +158,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
<?php endif ?>
|
||||
<?php if ($conf['tagline']):
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Wiki Tagline Desktop */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ ?>
|
||||
|
@ -163,6 +166,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
<?php endif ?>
|
||||
</div><!-- .main-title -->
|
||||
</div><!-- .col -->
|
||||
|
||||
</div><!-- .row -->
|
||||
</div><!-- .container -->
|
||||
</div><!-- .header -->
|
||||
|
@ -192,6 +196,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
include('tpl/main-sidebar-search.php');
|
||||
?>
|
||||
</div><!-- .search -->
|
||||
|
||||
<div class="sidebarheader main-sidebar">
|
||||
<?php
|
||||
|
||||
|
@ -199,7 +204,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* Include Hook: sidebarheader.html */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
tpl_includeFile('sidebarheader.html')
|
||||
tpl_includeFile('sidebarheader.html')
|
||||
?>
|
||||
</div><!-- .sidebarheader -->
|
||||
|
||||
|
@ -214,6 +219,8 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
|||
?>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* sidebar */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue