Changeset 1648
- Timestamp:
- 09/14/2004 10:17:12 AM (22 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
-
admin-header.php (modified) (1 diff)
-
menu.php (modified) (1 diff)
-
wp-admin.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r1599 r1648 121 121 122 122 <div id="wphead"> 123 <h1><?php echo wptexturize(get_settings(('blogname'))); ?> </h1>123 <h1><?php echo wptexturize(get_settings(('blogname'))); ?> <span>(<a href="<?php echo get_settings('home') . '/' . get_settings('blogfilename'); ?>"><?php _e('View site') ?> »</a>)</span></h1> 124 124 </div> 125 125 -
trunk/wp-admin/menu.php
r1638 r1648 63 63 64 64 ?> 65 <li><a href="<?php echo get_settings('home') . '/' . get_settings('blogfilename'); ?>" title="<?php _e('View your site') ?>"><?php _e('View site') ?> »</a></li>66 65 <li class="last"><a href="<?php echo get_settings('siteurl') 67 66 ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>"><?php printf(__('Logout (%s)'), $user_nickname) ?></a></li> -
trunk/wp-admin/wp-admin.css
r1538 r1648 439 439 #wphead { 440 440 background: url(../wp-images/header-shadow.png) #f2f2f2 repeat-x bottom; 441 padding: 4px 0 0 5px;441 padding: 1px 5px 11px; 442 442 } 443 443 … … 445 445 font-size: 2.5em; 446 446 font-weight: normal; 447 height: 1.5em; 448 margin: 0; 447 margin: 0; 448 } 449 450 #wphead h1 span { 451 font-size: .4em; 449 452 } 450 453
Note: See TracChangeset
for help on using the changeset viewer.