commit 2b648668625539d169640c7bd61612fe4c38546c
parent 861de641d8320585a280b23492f4e40486a90501
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 20:25:56 +0100
some idea before :D
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/themes/accentbox/index.php b/themes/accentbox/index.php
@@ -60,7 +60,6 @@ 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'>
@@ -78,7 +77,6 @@ if (!$empty){
</a>
$post_text_short
</div>
- </div>
</div></br>
";
$x = $x+1;
@@ -89,7 +87,6 @@ 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'>
@@ -108,7 +105,6 @@ if (!$empty){
$post_text
</div>
</div>
- </div>
</div></br>
";
}