News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

site_logo main page...

Started by Blindf8th, July 31, 2004, 03:28:47 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Blindf8th

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

Joachim Müller

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

GauGau

Blindf8th

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  :-\\

Joachim Müller

edit themes/yourtheme/template.html and remove/change reference to site_logo.png. For example, in the classic theme you have to find<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<td><a href="index.php"><img src="path/to/your/own/logo.jpg" alt="" border="0" /><br /></a></td>

GauGau