theme_forum_topic_navigation

  1. drupal
    1. 4.7 forum.module
    2. 5 forum.module
    3. 6
Versions
4.7 – 5 theme_forum_topic_navigation($node)
6 theme_forum_topic_navigation()

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

See also

forum-topic-navigation.tpl.php

Related topics

Code

developer/theme.php, line 182

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