mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
migrate the rest into Config::
This commit is contained in:
@@ -86,7 +86,7 @@ class Pref_Users extends Handler_Administrative {
|
||||
<?php while ($row = $sth->fetch()) { ?>
|
||||
<li>
|
||||
<?php
|
||||
$icon_file = ICONS_URL . "/" . $row["id"] . ".ico";
|
||||
$icon_file = Config::get(Config::ICONS_URL) . "/" . $row["id"] . ".ico";
|
||||
$icon = file_exists($icon_file) ? $icon_file : "images/blank_icon.gif";
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user