From e09fbe7fbb0e6b6873fd016141f2e8e83b53d9a5 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 30 Sep 2015 14:14:07 +0200 Subject: [PATCH] display expire notice in bootstrap themes --- htdocs/themes/bootstrap/views/view/view.php | 1 + htdocs/themes/geocities/views/view/view.php | 1 + htdocs/themes/i386/views/view/view.php | 1 + 3 files changed, 3 insertions(+) diff --git a/htdocs/themes/bootstrap/views/view/view.php b/htdocs/themes/bootstrap/views/view/view.php index c21d80e..f93596f 100644 --- a/htdocs/themes/bootstrap/views/view/view.php +++ b/htdocs/themes/bootstrap/views/view/view.php @@ -21,6 +21,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
+ 0){?> .
diff --git a/htdocs/themes/geocities/views/view/view.php b/htdocs/themes/geocities/views/view/view.php index 8b4ced1..77d4011 100644 --- a/htdocs/themes/geocities/views/view/view.php +++ b/htdocs/themes/geocities/views/view/view.php @@ -21,6 +21,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
+ 0){?> .
diff --git a/htdocs/themes/i386/views/view/view.php b/htdocs/themes/i386/views/view/view.php index 9795e35..ab2ca45 100644 --- a/htdocs/themes/i386/views/view/view.php +++ b/htdocs/themes/i386/views/view/view.php @@ -21,6 +21,7 @@ if(isset($insert)){
, lang->line('paste_ago'),$p[0]); ?>, .
+ 0){?> .
-