Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Forum name withing


_ck_
Participant

@_ck_

You would use either

forum_link($topic->forum_id);   // self echos

or

$link=forum_get_link($topic->forum_id);   // returns a string

what you probably want is:

<a href="<?php forum_link(); ?>"><?php forum_name(); ?></a>

Skip to toolbar