Looking for a template

You need to enable debug mode to edit the admin templates. Add this line to your library/config.php file:

Code:
$config['debug'] = 1;

Then go to your:

Admin CP -> Development -> Admin Templates -> LOGIN_PAGE

The image is there in the body:

Code:
    <img src="@imagePath/xenforo/XenForo.png" id="loginLogo" alt="{xen:phrase xenforo_logo}" />
 
Top Bottom