forum-topic-navigation.tpl.php Default theme implementation to display the topic navigation string at the bottom of all forum topics.
Available variables:
- $prev: The node ID of the previous post.
- $prev_url: The URL of the previous post.
- $prev_title: The title of the previous post.
- $next: The node ID of the next post.
- $next_url: The URL of the next post.
- $next_title: The title of the next post.
- $node: The raw node currently being viewed. Contains unsafe data and any data in this must be cleaned before presenting.
See also
template_preprocess_forum_topic_navigation()
theme_forum_topic_navigation()
View source
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | |