mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
small fixes
This commit is contained in:
@@ -4436,13 +4436,13 @@
|
||||
<img src=\"".theme_image($link, "images/sign_excl.png")."\">$msg</div>";
|
||||
}
|
||||
|
||||
function format_notice($msg) {
|
||||
function format_notice($msg, $id = "") {
|
||||
global $link;
|
||||
return "<div class=\"notice\" id=\"$id\">
|
||||
<img src=\"".theme_image($link, "images/sign_info.png")."\">$msg</div>";
|
||||
}
|
||||
|
||||
function format_error($msg) {
|
||||
function format_error($msg, $id = "") {
|
||||
global $link;
|
||||
return "<div class=\"error\" id=\"$id\">
|
||||
<img src=\"".theme_image($link, "images/sign_excl.png")."\">$msg</div>";
|
||||
|
||||
Reference in New Issue
Block a user