+ if (!kratos_option('g_404')) {
+ $img = ASSET_PATH . '/assets/img/404.jpg';
+ } else {
+ $img = kratos_option('g_404', ASSET_PATH . '/assets/img/404.jpg');
+ }
+ echo $img; ?>">
+
+
diff --git a/comments.php b/comments.php
index b8dc6db..80925fb 100644
--- a/comments.php
+++ b/comments.php
@@ -1,83 +1,88 @@
* @license MIT License
- * @version 2021.06.25
+ * @version 2021.08.19
*/
if (isset($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) {
- die();
+ die();
}
require get_template_directory() . '/pages/page-smilies.php';
-if (comments_open()) {?>
-