# redirection/2.2.9/view/admin/head.php

Redirection, version 2.2.9. 9 lines.

- Page: https://pluginprobe.com/plugins/redirection/2.2.9/code/view/admin/head.php
- Raw: https://pluginprobe.com/plugins/redirection/2.2.9/raw/view/admin/head.php
- Modified: 2010-11-20T10:54:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/redirection/2.2.9/code/view/admin/head.php#L10-L20`.

```php
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>

<?php global $is_IE;if ($is_IE) : ?>
<style type="text/css" media="screen">
.item, .date, .count, .tools, .type { margin-bottom: -2px; }
.item { margin-top: -4px;}
.pager input {padding: 1px;}
</style>
<?php endif; ?>
```
