Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32.

git-svn-id: https://develop.svn.wordpress.org/trunk@6606 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2008-01-14 03:16:56 +00:00
parent 2dc5a62a33
commit d7d0fdb95d
4 changed files with 20 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ do_action('admin_head');
?>
</head>
<body class="wp-admin <?php echo apply_filters( 'admin_body_class', '' ); ?>">
<div id="wpwrap">
<div id="wpcontent">
<div id="wphead">
<h1><?php bloginfo('name'); ?> <span id="viewsite"><a href="<?php echo get_option('home') . '/'; ?>"><?php _e('Visit Site') ?></a></span></h1>
</div>