Commit cefab6bf2bbc01eac887c79259dc854352e6747a
- Diff rendering mode:
- inline
- side by side
manifest.xml
(4 / 2)
|   | |||
| 86 | 86 | ||
| 87 | 87 | <hook id="se_results_topics_pre_item_header_output"><![CDATA[ | |
| 88 | 88 | ||
| 89 | if (isset($action) && $action == 'show_most_subscribed') { | ||
| 89 | if (isset($action) && $action == 'show_most_subscribed') | ||
| 90 | { | ||
| 90 | 91 | // dirty hack | |
| 91 | 92 | $forum_page['item_header']['info']['replies'] = '<strong class="info-replies">'.$lang_most_subscribed['subscribers'].'</strong>'; | |
| 92 | 93 | } | |
| … | … | ||
| 96 | 96 | ||
| 97 | 97 | <hook id="se_results_topics_row_pre_display"><![CDATA[ | |
| 98 | 98 | ||
| 99 | if (isset($action) && $action == 'show_most_subscribed') { | ||
| 99 | if (isset($action) && $action == 'show_most_subscribed') | ||
| 100 | { | ||
| 100 | 101 | // dirty hack | |
| 101 | 102 | $forum_page['item_body']['info']['replies'] = '<li class="info-replies"><strong>'.forum_number_format($cur_set['subscribed_times']).'</strong> <span class="label">'.(($cur_set['subscribed_times'] == 1) ? $lang_most_subscribed['Subscriber'] : $lang_most_subscribed['Subscribers']).'</span></li>'; | |
| 102 | 103 | } |

