Links Links
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Links

Started by d10sfan, July 19, 2004, 11:54:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

d10sfan

How can I put links to other websites at the bottom of the home page?

Joachim Müller

static content? Edit themes/yourtheme/template.html
For details, please search this forum, this has been asked before.

GauGau

d10sfan

could you give me a link to the message? i couldn't find it anywhere.

Joachim Müller

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</body>and add before it<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" and then enter the keywords "edit template.html", I'm sure this will show some results.

GauGau