silentpro on 01/17/11
Last Edited at 01/17/11 07:47pm
add_action('admin_head', 'my_custom_admin_logo');function my_custom_admin_logo() { echo “ <style> #header-logo { background: url('".get_bloginfo('template_url')."/img/custom-logo.gif’) !important; } </style> “;}
Report this snippet Tweet
Comment:
You need to login to post a comment.