/[drupal]/contributions/themes/wireframe/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/wireframe/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Wed Feb 22 11:02:08 2006 UTC revision 1.2, Wed May 3 11:49:56 2006 UTC
# Line 5  Line 5 
5    <title><?php print $head_title ?></title>    <title><?php print $head_title ?></title>
6    <meta http-equiv="Content-Style-Type" content="text/css" />    <meta http-equiv="Content-Style-Type" content="text/css" />
7    <?php print $head ?>    <?php print $head ?>
8    <style type="text/css" media="all">@import "<?php print path_to_theme(); ?>/style.css";</style>    <style type="text/css" media="all">@import "/<?php print path_to_theme(); ?>/style.css";</style>
9  </head>  </head>
10  <body <?php print theme("onload_attribute"); ?>>  <body <?php print theme("onload_attribute"); ?>>
11  <div id="container">  <div id="container">

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2