Changeset 1368


Ignore:
Timestamp:
Jun 19, 2006, 7:56:31 PM (18 years ago)
Author:
chrisaga
Message:

improve : Allow a theme to add code in page html header (feature 424)

Location:
branches/branch-1_6/template/yoga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/header.tpl

    r1345 r1368  
    1010<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css">
    1111<!--[if lt IE 7]>
    12 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
     12  <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
    1313<![endif]-->
    1414<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
    1515<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
    1616<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css">
     17{themeconf:local_head}
    1718<!-- BEGIN next -->
    1819<link rel="prefetch" href="{next.U_IMG_SRC}">
     
    2425<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
    2526<!--[if lt IE 7]>
    26 <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
     27  <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
    2728<![endif]-->
    2829</head>
  • branches/branch-1_6/template/yoga/theme/clear/themeconf.inc.php

    r1092 r1368  
    55  'icon_dir' => 'template/yoga/icon',
    66  'admin_icon_dir' => 'template/yoga/icon/admin',
    7   'mime_icon_dir' => 'template/yoga/icon/mimetypes/'
     7  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
     8  'local_head' => '<!-- no theme specific head content -->'
    89);
    910?>
  • branches/branch-1_6/template/yoga/theme/dark/themeconf.inc.php

    r1092 r1368  
    55  'icon_dir' => 'template/yoga/icon',
    66  'admin_icon_dir' => 'template/yoga/icon/admin',
    7   'mime_icon_dir' => 'template/yoga/icon/mimetypes/'
     7  'mime_icon_dir' => 'template/yoga/icon/mimetypes/',
     8  'local_head' => '<!-- no theme specific head content -->'
    89);
    910?>
Note: See TracChangeset for help on using the changeset viewer.