Edit Logo

I'd like to delete the main logo; which file do I edit for this?

Thanks.

Quote · 26 Jan 2009

Please some little more explanation on what you want?
If you mean the Logo left on top, you can edit this is admin - settings - basic There Upload your own Logo

Kids first
Quote · 26 Jan 2009

Hi killerhaai,

Yes, that's the logo I meant, sorry.  Is it possible to not have a logo there at all?  If so, how and where do you go to change that?

Thank

Quote · 26 Jan 2009

Open the file inc/design.inc.php

Find:

function getMainLogo()
{
global $dir;
global $site;

$ret = '';

foreach( array( 'gif', 'jpg', 'png' ) as $ext )
if( file_exists( $dir['mediaImages']."logo.$ext" ) )
{
$ret .= '<a href="' . $site['url'] . '">';
$ret .= "<img src=\"{$site['mediaImages']}logo.$ext\" class=\"mainLogo\" alt=\"logo\" />";
$ret .= '</a>';
break;
}
return $ret;
}

Replace

return $ret;

with

return '';

----
Quote · 26 Jan 2009

Thank you!  You guys are the best here.  It worked.

Quote · 26 Jan 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.