Display image instead of "System Name"?

I’m looking all over in php/css and can’t find where to change out the system name for a image file. Am I looking too deep? Top left corner, i’d like to display an image … not text. I see you can change this system name in admin.

Thanks,

Hi,
You should be able to do this with the following steps:

Copy the _headerModuleList.tpl from themes/SuiteR/tpls to custom/themes/SuiteR/tpls and change
{$APP.LBL_BROWSER_TITLE}

to point to an image file. For example:

You may need to change the height/width of the image, depending on the image’s size itself.
When you have done this, go to Admin > Repair and run “Quick Repair and Rebuild”
The image should show the next time you navigate to another page.