aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/read.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/templates/read.php')
-rw-r--r--app/view/templates/read.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/view/templates/read.php b/app/view/templates/read.php
index 4e18cb3..42fba7b 100644
--- a/app/view/templates/read.php
+++ b/app/view/templates/read.php
@@ -51,7 +51,9 @@ $this->stop();
}
} else {
- echo '<h1>' . $alertnotexist . '</h1>';
+ if(!empty(Config::existnot())) {
+ echo '<h1>' . Config::existnot() . '</h1>';
+ }
if ($user->iseditor()) {
?>
<a href="<?= $this->uart('artadd', $art->id()) ?>">⭐ Create</a>