$value) {
				++$i;
				if ($data[$key]['ACTION'] == 'login') {
					if ($data[$key]['ACTIVE'] === 'yes') {
						$action_icon = 'fa-right-to-bracket icon-maroon';
					} else {
						$action_icon = ' fa-right-to-bracket icon-dim';
					}
				}
				if ($data[$key]['STATUS'] == 'success')	{
					$status_icon = 'fa-circle-check icon-green';
					$status_title = _('Success');
				} else {
					$status_icon = 'fa-circle-minus icon-red';
					$status_title = _('Failed');
				}
			?>
			
				
					
				
				
					= _("Date") ?>:
					
				
				
					= _("Time") ?>:
					
				
				
					= _("IP Address") ?>:
					= htmlspecialchars($data[$key]["IP"]) ?>
				
				
					= _("Browser") ?>:
					= htmlspecialchars($data[$key]["USER_AGENT"]) ?>