Changeset 28689


Ignore:
Timestamp:
Jun 13, 2014, 8:32:29 PM (10 years ago)
Author:
mistic100
Message:

remove admin IE 6/7/8 fixes

Location:
trunk/admin/themes/default
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/header.tpl

    r25748 r28689  
    88<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
    99<head>
    10 <meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}">
    11 <meta name="generator" content="Piwigo (aka PWG), see piwigo.org">
     10<meta charset="{$CONTENT_ENCODING}">
    1211<title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title>
    1312<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
     
    2726
    2827{combine_script id='jquery' path='themes/default/js/jquery.min.js'}
    29 
    30 <!--[if lt IE 7]>
    31 <script type="text/javascript" src="{$ROOT_URL}themes/default/js/pngfix.js"></script>
    32 <![endif]-->
    3328
    3429{if not empty($head_elements)}
  • trunk/admin/themes/default/themeconf.inc.php

    r6363 r28689  
    55  'admin_icon_dir' => 'admin/themes/default/icon',
    66  'mime_icon_dir'  => 'themes/default/icon/mimetypes/',
    7   'local_head'     => 'local_head.tpl',
    87);
    98?>
Note: See TracChangeset for help on using the changeset viewer.