From 0d32b41e36fffa800991267b637d9344cb88fd2e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Mar 2007 20:16:45 +0100 Subject: interface tweaks, add info/question/exclamation pics --- functions.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 10b45d299..973374701 100644 --- a/functions.php +++ b/functions.php @@ -2619,9 +2619,9 @@ if (version_compare(VERSION, $latest_version) == -1) { if ($brief_fmt) { - return "
+ return format_notice(" New version of Tiny-Tiny RSS ($latest_version) is available (click for details) -
$content
"; +
$content
"); } else { return "New version of Tiny-Tiny RSS ($latest_version) is available:
$content
@@ -3174,4 +3174,14 @@ header("Pragma: no-cache"); // HTTP/1.0 } + function format_warning($msg) { + return "
+ $msg
"; + } + + function format_notice($msg) { + return "
+ $msg
"; + } + ?> -- cgit v1.2.3