Guest User

Untitled

a guest
Oct 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <? require_once(ROOT.'/service/compress_timestamp.php');
  2. if (stripos($_SERVER['HTTP_ACCEPT_ENCODING'],'GZIP')!==false)
  3. $gz='gz';
  4. else
  5. $gz=null;
  6. echo '<link rel="stylesheet" type="text/css" href="/template/min/css_all_min_'.$compress_stamp.'.css'.$gz.'" />',PHP_EOL;
  7. ?>
Add Comment
Please, Sign In to add comment