Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: site_logo main page...  (Read 3899 times)

0 Members and 1 Guest are viewing this topic.

Blindf8th

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
site_logo main page...
« on: July 31, 2004, 03:28:47 am »

I've been trying tp find the link php file so I can link back to my main page instead of the defaul domain/coppermine? Where is it located?

Thnx for any assistance...  ;D
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: site_logo main page...
« Reply #1 on: July 31, 2004, 07:41:58 am »

themes/yourtheme/theme.php, at the very top.

GauGau
Logged

Blindf8th

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: site_logo main page...
« Reply #2 on: August 02, 2004, 11:47:06 pm »

Maybe I'm not asking the right question. The link I'm trying to change is the actual site_logo in the top left. The one that is located under theme/classic/images/site_logo.png. The .php file you referenced at the top doesn't appear to be the correct location as I've eliminated them by doctering up the page to make sure each field was listed properly?

Any additional thoughts?

Thanks a million as I'm sorry to be a pain  :-\\
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: site_logo main page...
« Reply #3 on: August 03, 2004, 09:32:16 am »

edit themes/yourtheme/template.html and remove/change reference to site_logo.png. For example, in the classic theme you have to find
Code: [Select]
<td><a href="index.php"><img src="themes/classic/images/site_logo.png" alt="" border="0" /><br /></a></td>and replace it with something like
Code: [Select]
<td><a href="index.php"><img src="path/to/your/own/logo.jpg" alt="" border="0" /><br /></a></td>
GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.