I purchased a commercial license and cannot figure out how to switch out the couch logos in the admin section.
To rebrand Couch (i.e. replace its logo and links with your own), please find the following lines in couch/config.php,
uncomment the ones containing 'define' (i.e. remove the '//' prefixed to 'define') and add your own info -
// 23a. Company Logo on light background (Max. 171 x 64 pixels. Needs to be placed within 'couch/theme/images/' folder)
//define( 'K_LOGO_LIGHT', 'couch.gif' );
// 23b. Company Logo on dark background (Max. 171 x 64 pixels. Needs to be placed within 'couch/theme/images/' folder)
//define( 'K_LOGO_DARK', 'couch_dark.gif' );
// 23c. Footer content (Company name and link)
//define( 'K_ADMIN_FOOTER', '<a href="http://www.yourcompany.com">COMPANY NAME</a>' );