function theme_forum_topic_navigation

6.x theme.php theme_forum_topic_navigation()

Implemented using the forum-topic-navigation.tpl.php template.

See also

forum-topic-navigation.tpl.php

Related topics

1 theme call to theme_forum_topic_navigation()
forum_nodeapi in drupal-6.x/modules/forum/forum.module
Implementation of hook_nodeapi().

File

documentation-6.x/developer/theme.php, line 181
Shadow theme functions for theme templates.

Code

function theme_forum_topic_navigation() {
  // This function is never used; see the corresponding template file instead.
}