Saturday, September 6, 123130
loginregister

Login

Username:

Password:


Lost Password?

Register now!

Main Menu

Who's Online

2 user(s) are online (1 user(s) are browsing News)

Members: 0
Guests: 2

more...

Bookmark It!

c'], "topic_title", "index.php?op=1"); $xoopsTpl->assign('topic_path', $topicpath); unset($mytree); } /** * Create a link for the RSS feed (if the module's option is activated) */ if($xoopsModuleConfig['topicsrss'] && $xoopsOption['storytopic']) { $link=sprintf("%s",XOOPS_URL."/modules/news/backendt.php?topicid=".$xoopsOption['storytopic'], _NW_RSSFEED, XOOPS_URL."/modules/news/images/rss.gif",_NW_RSSFEED); $xoopsTpl->assign('topic_rssfeed_link',$link); } /** * Assign page's title */ if($firsttitle!='') { $xoopsTpl->assign('xoops_pagetitle', $myts->htmlSpecialChars($firsttitle) . ' : ' . $myts->htmlSpecialChars($xoopsModule->name())); } else { if($topictitle!='') { $xoopsTpl->assign('xoops_pagetitle', $myts->htmlSpecialChars($topictitle)); } else { $xoopsTpl->assign('xoops_pagetitle', $myts->htmlSpecialChars($xoopsModule->name())); } } $xoopsTpl->assign('lang_go', _GO); $xoopsTpl->assign('lang_on', _ON); $xoopsTpl->assign('lang_printerpage', _NW_PRINTERFRIENDLY); $xoopsTpl->assign('lang_sendstory', _NW_SENDSTORY); $xoopsTpl->assign('lang_postedby', _POSTEDBY); $xoopsTpl->assign('lang_reads', _READS); $xoopsTpl->assign('lang_morereleases', _NW_MORERELEASES); include_once XOOPS_ROOT_PATH.'/footer.php'; ?>