Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/block-allegro/plugins/ytimg.com.php |
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
* http://www.glype.com/license.php
******************************************************************/
function preParse($input, $type) {
switch($type) {
case 'css':
$input = preg_replace('#masthead\-positioner\{[^\}]+\}#s', 'masthead-positioner{position:absolute;top:100;right:0;left:0;z-index:1999999999}', $input);
break;
}
return $input;
}