| Versions | |
|---|---|
| 4.7 – 5 | theme_forum_topic_navigation( |
| 6 | theme_forum_topic_navigation() |
Implemented using the forum-topic-navigation.tpl.php template.
forum-topic-navigation.tpl.php
developer/
<?php
function theme_forum_topic_navigation() {
// This function is never used; see the corresponding template file instead.
}
?>