mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
fixes #1854 use new icons
After updating fontello I put the right icons as on the mockup for core and system
This commit is contained in:
@@ -59,7 +59,7 @@ if (is_webmaster())
|
||||
switch ($rows['object_id'])
|
||||
{
|
||||
case ACTIVITY_SYSTEM_CORE:
|
||||
$object_icon = 'icon-heart';
|
||||
$object_icon = 'icon-piwigo';
|
||||
$object = l10n('Core');
|
||||
|
||||
switch ($rows['action'])
|
||||
|
||||
Reference in New Issue
Block a user