forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: d10sfan on July 19, 2004, 11:54:49 pm

Title: Links
Post by: d10sfan on July 19, 2004, 11:54:49 pm
How can I put links to other websites at the bottom of the home page?
Title: Re: Links
Post by: Joachim Müller on July 20, 2004, 07:13:23 am
static content? Edit themes/yourtheme/template.html
For details, please search this forum, this has been asked before.

GauGau
Title: Re: Links
Post by: d10sfan on July 21, 2004, 12:36:37 am
could you give me a link to the message? i couldn't find it anywhere.
Title: Re: Links
Post by: Joachim Müller on July 21, 2004, 01:09:34 pm
I already have told you what to do: edit themes/yourtheme/template.html with a plain text editor of your choice (notepad.exe will be fine), and add anything you can think of in html to the page. For example, find
Code: [Select]
</body>and add before it
Code: [Select]
<a href="http://www.google.com/">search with google</a>There's no magic behind this, just plain html...

If your search hasn't come up with the expected results, try re-phrasing your search. Click on "advanced search (http://forum.coppermine-gallery.net/index.php?action=search;advanced)" and then enter the keywords "edit template.html", I'm sure this will show some results.

GauGau