commit 56a17f307885de0858af8da06d8d97c59d1d4aa6
parent 2b648668625539d169640c7bd61612fe4c38546c
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 20:26:30 +0100
bad idea :D
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php
@@ -60,6 +60,7 @@ if (!$empty){
include('../../core/config/connect.db.inc.php');
echo "
<div>
+ <div class='post excerpt'>
<header>
<div class='bubble'><a href='#'>4</a></div>
<h2 class='title'>
@@ -77,6 +78,7 @@ if (!$empty){
</a>
$post_text_short
</div>
+ </div>
</div></br>
";
$x = $x+1;
@@ -87,6 +89,7 @@ if (!$empty){
include('../../core/backend/blog/posts.php');
echo "
<div>
+ <div class='post excerpt'>
<header>
<div class='bubble'><a href='#'>4</a></div>
<h2 class='title'>
@@ -105,6 +108,7 @@ if (!$empty){
$post_text
</div>
</div>
+ </div>
</div></br>
";
}