diff --git a/system/includes/functions.php b/system/includes/functions.php
index a58dc1a..b088f14 100644
--- a/system/includes/functions.php
+++ b/system/includes/functions.php
@@ -1032,7 +1032,7 @@ function tab($p)
echo '
';
}
} else {
- echo '';
+ echo '';
}
}
diff --git a/themes/blog/layout.html.php b/themes/blog/layout.html.php
index 9253c14..2266162 100644
--- a/themes/blog/layout.html.php
+++ b/themes/blog/layout.html.php
@@ -102,13 +102,13 @@
Latest Blog Posts
-
+
- title)) > $lt) { $lbp = shorten($l->title, $lt) . '...';} else {$lbp = $l->title;}?>
+ title)) > $char) { $recentTitle = shorten($l->title, $char) . '...';} else {$recentTitle = $l->title;}?>
-
+
-
body, 75); ?>...
+
body, 75); ?>...
Read more
diff --git a/themes/blog/main.html.php b/themes/blog/main.html.php
index 150abf0..1a7faf3 100644
--- a/themes/blog/main.html.php
+++ b/themes/blog/main.html.php
@@ -65,6 +65,7 @@
+
diff --git a/themes/blog/post.html.php b/themes/blog/post.html.php
index 28ab344..f37c02e 100644
--- a/themes/blog/post.html.php
+++ b/themes/blog/post.html.php
@@ -72,16 +72,16 @@
tag, true, config('related.count'));?>
- = 1) { ?>
+ = 1) { ?>
Related Posts
- title)) > $mt) { $rt = shorten($t->title, $mt) . '...';} else {$rt = $t->title;}?>
-
+ title)) > $char) { $relatedTitle = shorten($t->title, $char) . '...';} else {$relatedTitle = $t->title;}?>
+
-
body, 60); ?>... more
+
body, 60); ?>... more
= config('related.count')) break; ?>
diff --git a/themes/blog/static.html.php b/themes/blog/static.html.php
index ef3a784..48b3baf 100644
--- a/themes/blog/static.html.php
+++ b/themes/blog/static.html.php
@@ -1,6 +1,7 @@