1
0

blog-panel to index

This commit is contained in:
2018-01-26 21:12:04 +01:00
parent c3566d9338
commit 1c21bdd7cf
15 changed files with 139 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
require_once (__DIR__ . '/../internals/base.php');
require_once (__DIR__ . '/../internals/blog.php');
$allposts = Blog::listAllOrderedDescending();
$allposts = Blog::listAllNewestFirst();
?>
<head>
+4 -2
View File
@@ -16,9 +16,11 @@
<div id="content" class="content-responsive">
<?php include (__DIR__ . '/../fragments/eulerpanel.php'); ?>
<?php include (__DIR__ . '/../fragments/panel_euler.php'); ?>
<?php include (__DIR__ . '/../fragments/programspanel.php'); ?>
<?php include (__DIR__ . '/../fragments/panel_programs.php'); ?>
<?php include (__DIR__ . '/../fragments/panel_blog.php'); ?>
</div>