diff --git a/system/admin/admin.php b/system/admin/admin.php
index 001e185..b1831af 100644
--- a/system/admin/admin.php
+++ b/system/admin/admin.php
@@ -836,7 +836,7 @@ function get_user_posts()
if (isset($_SESSION[config("site.url")]['user'])) {
$posts = get_profile_posts($_SESSION[config("site.url")]['user'], 1, 5);
if (!empty($posts)) {
- echo '
';
+ echo '';
echo '| ' . i18n('Title') . ' | ' . i18n('Published') . ' | ';
if (config("views.counter") == "true")
echo ''.i18n('Views').' | ';
@@ -876,7 +876,7 @@ function get_user_pages()
$posts = get_static_post(null);
if (!empty($posts)) {
krsort($posts);
- echo '';
+ echo '';
echo '| ' . i18n('Title') . ' | ';
if (config("views.counter") == "true")
echo ''.i18n('Views').' | ';
diff --git a/system/admin/views/categories.html.php b/system/admin/views/categories.html.php
index c5bd675..0f59455 100644
--- a/system/admin/views/categories.html.php
+++ b/system/admin/views/categories.html.php
@@ -4,7 +4,7 @@
-
+
| Name |
diff --git a/system/admin/views/category-list.html.php b/system/admin/views/category-list.html.php
index 6a53e67..42b3d6f 100644
--- a/system/admin/views/category-list.html.php
+++ b/system/admin/views/category-list.html.php
@@ -5,7 +5,7 @@
url !== site_url() . 'category/uncategorized'):?>
-
+
|
diff --git a/system/admin/views/layout.html.php b/system/admin/views/layout.html.php
index d50ca43..42c6ec1 100644
--- a/system/admin/views/layout.html.php
+++ b/system/admin/views/layout.html.php
@@ -9,9 +9,8 @@
-
-
-
+
+
@@ -266,23 +265,22 @@
-
+
|---|
|---|