function phptemplate_forum_topic_navigation in Advanced Forum 5
Implementation of theme_forum_topic_navigation
File
- ./
advanced_forum.module, line 396 - Enables the look and feel of other popular forum software.
Code
function phptemplate_forum_topic_navigation($node) {
// Removes post title navigation from forum posts.
return;
}