summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 15:22:52 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 15:22:52 +0300
commit0b8cbc91565a88fc9c1689f6e22b6b650b799165 (patch)
tree9bef44221c7609953f5512fcd5ad950c269a8bfe /include
parent7609ccb16d5d10760e44ce7b9087fd24cdfd47ac (diff)
remove some bitmaps and rework stuff using it to use iconfont instead
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index e5074819f..5c1ad1c37 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1107,9 +1107,6 @@
$params['simple_update'] = defined('SIMPLE_UPDATE_MODE') && SIMPLE_UPDATE_MODE;
- $params["icon_alert"] = base64_img("images/alert.png");
- $params["icon_information"] = base64_img("images/information.png");
- $params["icon_cross"] = base64_img("images/cross.png");
$params["icon_indicator_white"] = base64_img("images/indicator_white.gif");
$params["labels"] = Labels::get_all_labels($_SESSION["uid"]);