Same name and namespace in other branches
  1. 4.7.x modules/forum.module \theme_forum_topic_navigation()
  2. 5.x modules/forum/forum.module \theme_forum_topic_navigation()

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

See also

forum-topic-navigation.tpl.php

Related topics

File

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.
}