/ Published in: PHP
Expand |
Embed | Plain Text
add_action('login_head', 'my_custom_login_logo'); function my_custom_login_logo() { echo '<style type="text/css"> h1 a { background-image:url('.IMAGES.'/wide-logo.png) !important; width:340px;} </style>'; }
You need to login to post a comment.
