[dokuwiki] Re: Place ads at the bottom of the index page
- From: TNHarris <telliamed@xxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 20 Apr 2009 19:13:32 -0400
On Sat, 18 Apr 2009 09:02:16 +0300
Shai <shaibn@xxxxxxxxx> wrote:
>
> On the first page of my wiki, I want (need) to have a small link to my
> web hosting company so I can later get some discount.
> How can I have the link (which is very simple text/url at the first
> page of my site?
>
Add it to your template's main.php. If you only want the link on the
start page...
<?php if ($ID == $conf['start']) { ?>
<p><a href=""><img src=""/></a></p>
<?php } ?>
The default template has a footer.html file which can also be
conveniently used.
-- tom
telliamed@xxxxxxxxxxxxx
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts: