diff --git a/system/admin/views/main.html.php b/system/admin/views/main.html.php index aff6740..5f51923 100644 --- a/system/admin/views/main.html.php +++ b/system/admin/views/main.html.php @@ -20,7 +20,7 @@ if (isset($_SESSION[site_url()]['user'])) { if (config("views.counter") == "true") echo '' . $p->views . ''; echo ''. strip_tags($p->category) .''; - echo '' . $p->tag . ''; + echo '' . str_replace("rel=\"tag\"", "rel=\"tag\" class=\"badge badge-light text-primary font-weight-normal\"", $p->tag) . ''; echo '' . i18n('Edit') . ' ' . i18n('Delete') . ''; echo ''; } @@ -28,4 +28,4 @@ if (isset($_SESSION[site_url()]['user'])) { } } -?> \ No newline at end of file +?> diff --git a/system/admin/views/popular-posts.html.php b/system/admin/views/popular-posts.html.php index 9c0078c..d5622c2 100644 --- a/system/admin/views/popular-posts.html.php +++ b/system/admin/views/popular-posts.html.php @@ -25,7 +25,7 @@ slug); ?> author ?> category);?> - tag ?> + tag); ?> @@ -34,4 +34,4 @@ \ No newline at end of file +} ?> diff --git a/system/admin/views/posts-list.html.php b/system/admin/views/posts-list.html.php index 5fa765e..8b23a77 100644 --- a/system/admin/views/posts-list.html.php +++ b/system/admin/views/posts-list.html.php @@ -25,7 +25,7 @@ views ?> author ?> category);?> - tag ?> + tag); ?> diff --git a/system/admin/views/scheduled.html.php b/system/admin/views/scheduled.html.php index 1ee6a41..eb1a17a 100644 --- a/system/admin/views/scheduled.html.php +++ b/system/admin/views/scheduled.html.php @@ -20,7 +20,7 @@ title ?> date, 'd F Y, H:i:s') ?> category);?> - tag ?> + tag); ?> diff --git a/system/admin/views/user-draft.html.php b/system/admin/views/user-draft.html.php index 87bd8fe..c59008f 100644 --- a/system/admin/views/user-draft.html.php +++ b/system/admin/views/user-draft.html.php @@ -20,7 +20,7 @@ title ?> date) ?> category);?> - tag ?> + tag); ?> @@ -90,4 +90,4 @@ - \ No newline at end of file + diff --git a/system/admin/views/user-posts.html.php b/system/admin/views/user-posts.html.php index 853966d..5ecb49b 100644 --- a/system/admin/views/user-posts.html.php +++ b/system/admin/views/user-posts.html.php @@ -26,7 +26,7 @@ views ?> category);?> - tag ?> + tag); ?> @@ -52,4 +52,4 @@ \ No newline at end of file +} ?>