Topic: Additinal headr link
I have forum ankurfilims.com
I want to make one blog on the same site like blog (dot)site.com or site(dot)com/blog/
I want to link it with my forum in header so that forum members and visitors can find my blog link easily.
Hope you understood it.
Here is I am changing code in header.php
// If there are other page navigation links (first, next, prev and last)
if (!empty($forum_page['nav']))
$forum_head['nav'] = implode("\n", $forum_page['nav']);
$forum_head['search'] = '<link rel="search" href="'.forum_link($forum_url['search']).'" title="'.$lang_common['Search'].'" />';
$forum_head['author'] = '<link rel="author" href="'.forum_link($forum_url['users']).'" title="'.$lang_common['User list'].'" />';
ob_start();
// Include stylesheets
please, let ne know where I need to change code and write code for me.
Thanks! for help