diff --git a/system/admin/views/login.html.php b/system/admin/views/login.html.php index 2681245..e50484e 100644 --- a/system/admin/views/login.html.php +++ b/system/admin/views/login.html.php @@ -17,7 +17,7 @@ } } ?>" name="password"/>

- +
">

diff --git a/system/includes/functions.php b/system/includes/functions.php index b578cf2..786a73e 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -347,7 +347,7 @@ function get_posts($posts, $page = 1, $perpage = 0) // Get the contents and convert it to HTML $post->body = MarkdownExtra::defaultTransform(remove_html_comments($content)); - if (config("views.counter")) { + if (config('views.counter') == 'true') { $post->views = get_views($post->file); } @@ -737,7 +737,7 @@ function get_static_post($static) $post->title = get_content_tag('t', $content, $static); $post->body = MarkdownExtra::defaultTransform(remove_html_comments($content)); - if (config("views.counter")) { + if (config('views.counter') == 'true') { $post->views = get_views($post->file); } @@ -2480,7 +2480,7 @@ function remove_html_comments($content) // Google recaptcha function isCaptcha($reCaptchaResponse) { - if (!config("google.reCaptcha")) { + if (config('google.reCaptcha') == 'false') { return true; } $url = "https://www.google.com/recaptcha/api/siteverify"; diff --git a/themes/blog/main.html.php b/themes/blog/main.html.php index c527015..555b28b 100644 --- a/themes/blog/main.html.php +++ b/themes/blog/main.html.php @@ -1,7 +1,7 @@ - +
diff --git a/themes/clean/main.html.php b/themes/clean/main.html.php index 86ce795..1a7fe22 100644 --- a/themes/clean/main.html.php +++ b/themes/clean/main.html.php @@ -1,7 +1,7 @@ - +

title;?>

diff --git a/themes/default/main.html.php b/themes/default/main.html.php index 86ce795..1a7fe22 100644 --- a/themes/default/main.html.php +++ b/themes/default/main.html.php @@ -1,7 +1,7 @@ - +

title;?>

diff --git a/themes/logs/main.html.php b/themes/logs/main.html.php index 6936db1..2b5a6f4 100644 --- a/themes/logs/main.html.php +++ b/themes/logs/main.html.php @@ -1,7 +1,7 @@ - +

title;?>