[wp-hackers] Site Name in Admin Interface?
Stewart Ugelow
stewart at ugelow.com
Sat Jun 19 02:57:36 UTC 2004
I added the following code to wp-admin/admin-header.php right before the
final php call (line 140 in 1.2 Mingus):
<div class="where">You are logged in as <strong><?php print("$user_nickname
($user_level)"); ?></strong> and are working on the blog "<strong><?php echo
get_settings('blogname'); ?></strong>" published at <strong><?php echo
get_settings('siteurl'); ?></strong></div>
and added this to wp-admin.css:
.where {
text-align:center; padding:10px; background: #f0f8ff;
}
--Stewart
> -----Original Message-----
> From: hackers-bounces at wordpress.org
> [mailto:hackers-bounces at wordpress.org] On Behalf Of Carthik Sharma
> Sent: Friday, June 18, 2004 10:04 PM
> To: hackers at wordpress.org
> Subject: [wp-hackers] Site Name in Admin Interface?
>
> Alright, this one's been killing me for a while now, so
> before I die, I would like it to see the light of day :-P
>
> I have several wordpress installs, all over the place, and I
> have a tough time distinguishing one blog's admin interface
> from another's on default wp install's
>
> Could we have a change to have the blog name or some such
> blog specific detail echoed on all wp-admin pages, in the
> default distro?
> (I can think of a hello-dolly hacked to do that using a plugin).
>
> This would be neccesary for multiple blogs, whenever that
> happens, too.
>
> Thanks,
> Carthik.
>
>
> --
> Carthik Sharma
> Ph.D. Fellow
> University of Central Florida
> Homepage: http://carthik.net
>
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers_wordpress.org
More information about the hackers
mailing list