You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
495 B
PHP

<?php
/*******************
* List Posts in Blog
*******************/
?>
<div id='article' class='blog-list large-9 columns'>
<?=$posts?>
</div><!-- #article -->
<div id='sidebar' class='large-3 columns'>
<div class='panel'>
<h5>Mitmachen</h5>
<p>
Unterstütze Freifunk und stelle deinen eigenen Freifunk-Router
auf um das Netz zu erweitern.
</p>
<a href='#' class='button expand'>Informier dich jetzt!</a>
</div>
<?php echo renderNewNodesList(); ?>
</div>