View Single Post
Old 30.12.2005, 09:58   #2 (permalink)
xjumper84
Expert Mamber
 
xjumper84's Avatar
 
Join Date: May 2005
Posts: 257
xjumper84 is on a distinguished road
Default Re: how to change the logo

you could just find that logo file on your site, name your logo the joomla logo file and replace it

in the offline.php file in the root of your server look for this

Code:
<table width="550" align="center" class="outline">
		<tr>
			<td width="60%" height="50" align="center">
			<img src="<?php echo $mosConfig_live_site; ?>/images/joomla_logo_black.jpg" alt="Joomla! Logo" align="middle" />
			</td>
		</tr>
		<tr>
replace the /images/joomla_logo_black.jpg with your company logo and you're good to go.
__________________
I work for the United States Government, my security clearence doesn't allow for you to know what I do. But!, its your tax dollars at work.
xjumper84 is offline   Reply With Quote