Browse Source

Remove "mini news" from home page

Signed-off-by: falkTX <falktx@falktx.com>
redirect
falkTX 5 years ago
parent
commit
c3b65a6d87
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 43 deletions
  1. +0
    -39
      includes/footer.php
  2. +0
    -4
      includes/header.php

+ 0
- 39
includes/footer.php View File

@@ -26,45 +26,6 @@
</ul>
</div>
</div>
<?php if ($PAGE_TYPE == "HOME") { ?>
<div class="column grid_3 alpha">
<div class="box box-shadow alpha clear-both navigation">
<h2 class="box-header"> <a href="<?php echo $ROOT; ?>/News" style="color: #aaf;">News</a> </h2>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=cadence-090-release-and-kxstudio-1804-preparations">
<b>Carla 2.0 RC1 is here!</b><br/>
</a>
<p>
The stable 2.0 version of Carla is coming!
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=cadence-090-release-and-kxstudio-1804-preparations">
<b>Cadence 0.9.0 and KXStudio 18.04 preparations</b><br/>
</a>
<p>
Cadence 0.9.0 has just been tagged in git, and preparations for KXStudio 18.04 ISO release have started.
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=carla-20-beta6-is-here">
<b>Carla 2.0 beta6</b><br/>
<img src="<?php echo $ROOT; ?>/screenshots/news/carla-2.0-beta6_jack-apps.png" alt="" width="150px"/>
</a>
<p>
The last beta for the 2.0 series is here!<br/>
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=jack2-1912-release-and-future-plans">
<b>JACK2 1.9.12 release and future plans</b><br/>
</a>
<p>
A new version of JACK2 is out, and plans for 2018 defined.
</p>
</div>
</div>
<?php } ?>
</div>
<!-- End: Main Content Area -->



+ 0
- 4
includes/header.php View File

@@ -256,11 +256,7 @@ if (false && $PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE !=

<!-- Start: Main Content Area -->
<div id="content" class="container_16 content-wrapper">
<?php if ($PAGE_TYPE == "HOME") { ?>
<div id="some-content" class="box box-shadow grid_13 clearfix">
<?php } else { ?>
<div id="some-content" class="box box-shadow grid_77 clearfix">
<?php } ?>
<!-- Start: Box header -->
<div class="box-header header-tabs">
<ul>


Loading…
Cancel
Save