PluginProbe
Redirection / 2.6
Redirection v2.6
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / view / head.php

head.php in Redirection 2.6, at view/head.php

9 lines 287 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?>
2
3 <?php global $is_IE;if ($is_IE) : ?>
4 <style type="text/css" media="screen">
5 .item, .date, .count, .tools, .type { margin-bottom: -2px; }
6 .item { margin-top: -4px;}
7 .pager input {padding: 1px;}
8 </style>
9 <?php endif; ?>