|
@@ 148-152 (lines=5) @@
|
| 145 |
|
<link rel="alternate" type="application/rss+xml" title="', $context['forum_name_html_safe'], ' - ', $txt['atom'], '" href="', $scripturl, '?type=atom;action=.xml">'; |
| 146 |
|
|
| 147 |
|
// If we're viewing a topic, these should be the previous and next topics, respectively. |
| 148 |
|
if (!empty($context['links']['next'])) |
| 149 |
|
{ |
| 150 |
|
echo ' |
| 151 |
|
<link rel="next" href="', $context['links']['next'], '">'; |
| 152 |
|
} |
| 153 |
|
|
| 154 |
|
if (!empty($context['links']['prev'])) |
| 155 |
|
{ |
|
@@ 154-158 (lines=5) @@
|
| 151 |
|
<link rel="next" href="', $context['links']['next'], '">'; |
| 152 |
|
} |
| 153 |
|
|
| 154 |
|
if (!empty($context['links']['prev'])) |
| 155 |
|
{ |
| 156 |
|
echo ' |
| 157 |
|
<link rel="prev" href="', $context['links']['prev'], '">'; |
| 158 |
|
} |
| 159 |
|
|
| 160 |
|
// If we're in a board, or a topic for that matter, the index will be the board's index. |
| 161 |
|
if (!empty($context['current_board'])) |