Override C5 logo
Permalink 4 users found helpful~/concrete/themes/core/concrete.php @ line 19
~/concrete/themes/core/dashboard.php @ line 78
~/concrete/themes/core/error.php @ line 12
~/concrete/tools/page_controls_menu_js.php @ line 87
The last one is the one i think you are looking for, the Edit Bar.
If you don't want to edit core files, what you can do is predefine the ASSETS_URL_IMAGES variable in your ~/config/config.php file.
First, copy everything from ~/concrete/images to ~/images (or where ever you want). Then add this line to the end of your ~/config/config.php file:
define('ASSETS_URL_IMAGES', DIR_REL.'/images');
Much appreciated
concrete/images/logo_menu.png
Cheers.