Update viewforum.tpl

This commit is contained in:
Roman Kelesidis 2023-11-07 16:03:57 +07:00
parent 68276d444d
commit 90bc8de602

View File

@ -289,6 +289,10 @@ td.topic_id { cursor: pointer; }
$('#moderators').append(data.html);
};
</script>
<!-- IF SHOW_ONLINE_LIST -->
<p class="small">{LOGGED_IN_USER_LIST}</p>
<!-- ENDIF -->
</td>
<td class="tRight vBottom nowrap small"><b>{PAGINATION}</b></td>
</tr>