Browse Source

Update mini news

pull/12/head
falkTX 6 years ago
parent
commit
2b734af92d
2 changed files with 10 additions and 10 deletions
  1. +1
    -1
      News.php
  2. +9
    -9
      includes/footer.php

+ 1
- 1
News.php View File

@@ -14,7 +14,7 @@ include_once("includes/header.php");

<p>
<span style="font-size: 20px">&gt; Carla 2.0 beta6 is here!</span><br/>
On <i>2018-01-24</i> by<i> falkTX</i>
On <i>2018-01-25</i> by<i> falkTX</i>
</p>
<p>
Hello again everyone, I am glad to bring you the 6th beta of the upcoming Carla 2.0 release.<br/>


+ 9
- 9
includes/footer.php View File

@@ -31,6 +31,15 @@
<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=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>
@@ -54,15 +63,6 @@
<p>
With all reported bugs squashed, it's time to tag a new release of DPF-Plugins.<br/>
</p>
<hr/>

<a href="<?php echo $ROOT; ?>/News/?action=view&url=kxstudio-14045-release-and-future-plans">
<b>KXStudio 14.04.5 release and future plans</b><br/>
</a>
<p>
It's time for another KXStudio ISO release!<br/>
KXStudio 14.04.5 is here!
</p>
</div>
</div>
<?php } ?>


Loading…
Cancel
Save