From 0bb0382b5c3f431fcb9bbc359394e69ce9700ffc Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Sun, 26 Jul 2015 10:48:41 +0700 Subject: [PATCH] Improvements --- system/includes/functions.php | 2 +- themes/blog/layout.html.php | 8 ++++---- themes/blog/main.html.php | 1 + themes/blog/post.html.php | 8 ++++---- themes/blog/static.html.php | 1 + 5 files changed, 11 insertions(+), 9 deletions(-) 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) { ?>