mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
minor css updates
This commit is contained in:
@@ -87,13 +87,11 @@
|
||||
}
|
||||
|
||||
function print_error($msg) {
|
||||
print "<div class='error'><span><img src='../images/alert.png'></span>
|
||||
<span>$msg</span></div>";
|
||||
print "<div class='alert alert-error'>$msg</div>";
|
||||
}
|
||||
|
||||
function print_notice($msg) {
|
||||
print "<div class=\"notice\">
|
||||
<span><img src=\"../images/information.png\"></span><span>$msg</span></div>";
|
||||
print "<div class=\"alert alert-info\">$msg</div>";
|
||||
}
|
||||
|
||||
function db_connect($host, $user, $pass, $db, $type, $port = false) {
|
||||
|
||||
Reference in New Issue
Block a user