1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:55:56 +00:00

integrate silk icons by Mark James

This commit is contained in:
Andrew Dolgov
2013-07-10 13:09:12 +04:00
parent 0156128702
commit 2f20dd58d2
53 changed files with 61 additions and 852 deletions

View File

@@ -80,13 +80,13 @@
}
function print_error($msg) {
print "<div class='error'><span><img src='../images/sign_excl.svg'></span>
print "<div class='error'><span><img src='../images/alert.png'></span>
<span>$msg</span></div>";
}
function print_notice($msg) {
print "<div class=\"notice\">
<span><img src=\"../images/sign_info.svg\"></span><span>$msg</span></div>";
<span><img src=\"../images/information.png\"></span><span>$msg</span></div>";
}
function db_connect($host, $user, $pass, $db, $type, $port = false) {