Project

General

Profile

« Previous | Next » 

Revision d2a09415

Added by Andreas Kohlbecker over 8 years ago

CRLF will be replaced by LF issues

View differences:

themes/garland_EDIT/page.tpl.php
3 3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">
4 4
  <head>
5 5
    <title><?php print $head_title ?></title>
6
    <meta http-equiv="cache-control" content="public, no-cache" />

7
	<meta http-equiv="Pragma" content="no-cache" />

6
    <meta http-equiv="cache-control" content="public, no-cache" />
7
	<meta http-equiv="Pragma" content="no-cache" />
8 8
	<meta http-equiv="expires" content="-1" />
9 9
    <?php print $head ?>
10
    <?php print $styles ?>

10
    <?php print $styles ?>
11 11
    <?php print $scripts ?>
12 12
    <style type="text/css" media="print">@import "<?php print base_path() . path_to_theme() ?>/print.css";</style>
13 13
    <!--[if lt IE 7]>

Also available in: Unified diff