Make WordPress Core


Ignore:
Timestamp:
01/04/2005 05:07:57 AM (20 years ago)
Author:
rboren
Message:

Backport of Michael's 1.2.6 changes. Ported by bcrow. Bug 619.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/kubrick/header.php

    r2017 r2039  
    88    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    99
    10     <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
     10    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    1111
    1212    <style type="text/css" media="screen">
     
    2727                If you don't want to use the template's images, you can also delete the following two lines. */
    2828           
    29             #header { padding: 1px; height: 198px; width: 758px; }
     29            #header     { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
    3030            #headerimg  { margin: 7px 9px 0; height: 192px; width: 740px; }
    3131        /* END IMAGE CSS */
     
    5757<div id="header">
    5858    <div id="headerimg">
    59         <h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
     59        <h1><a href="<?php echo get_settings('siteurl'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
    6060        <div class="description"><?php bloginfo('description'); ?></div>
    6161    </div>
Note: See TracChangeset for help on using the changeset viewer.