diff --git a/e107_admin/history.php b/e107_admin/history.php index 78d93ad989..db3ee17db7 100644 --- a/e107_admin/history.php +++ b/e107_admin/history.php @@ -43,6 +43,8 @@ class history_adminArea extends e_admin_dispatcher ); protected $menuTitle = 'History'; + + protected $adminMenuIcon = '{e_IMAGE}admin_images/undo_32.png'; } diff --git a/e107_images/admin_images/undo_16.png b/e107_images/admin_images/undo_16.png new file mode 100644 index 0000000000..90377a0dd1 Binary files /dev/null and b/e107_images/admin_images/undo_16.png differ diff --git a/e107_images/admin_images/undo_32.png b/e107_images/admin_images/undo_32.png new file mode 100644 index 0000000000..90377a0dd1 Binary files /dev/null and b/e107_images/admin_images/undo_32.png differ