Changeset 2039 for trunk/wp-content/themes/kubrick/header.php
- Timestamp:
- 01/04/2005 05:07:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/header.php
r2017 r2039 8 8 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> 9 9 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" /> 11 11 12 12 <style type="text/css" media="screen"> … … 27 27 If you don't want to use the template's images, you can also delete the following two lines. */ 28 28 29 #header {padding: 1px; height: 198px; width: 758px; }29 #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } 30 30 #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; } 31 31 /* END IMAGE CSS */ … … 57 57 <div id="header"> 58 58 <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> 60 60 <div class="description"><?php bloginfo('description'); ?></div> 61 61 </div>
Note: See TracChangeset
for help on using the changeset viewer.