% '**************************************************************************************** '** Copyright Notice '** '** Web Wiz Forums(TM) '** http://www.webwizforums.com '** '** Copyright (C)2001-2018 Web Wiz Ltd. All Rights Reserved. '** '** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS UNDER LICENSE FROM WEB WIZ LTD. '** '** IF YOU DO NOT AGREE TO THE LICENSE AGREEMENT THEN WEB WIZ LTD. IS UNWILLING TO LICENSE '** THE SOFTWARE TO YOU, AND YOU SHOULD DESTROY ALL COPIES YOU HOLD OF 'WEB WIZ' SOFTWARE '** AND DERIVATIVE WORKS IMMEDIATELY. '** '** If you have not received a copy of the license with this work then a copy of the latest '** license contract can be found at:- '** '** https://www.webwiz.net/license '** '** For more information about this software and for licensing information please contact '** 'Web Wiz' at the address and website below:- '** '** Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, England '** https://www.webwiz.net '** '** Removal or modification of this copyright notice will violate the license contract. '** '**************************************************************************************** 'Make sure that the forum ID number has a number in it otherwise set it to 0 If isEmpty(intForumID) OR intForumID = "" Then intForumID = 0 'Don't display normal status bar if forum is locked as it will course a loop with the AJAX If blnForumClosed Then %>
|
<% = strBreadCrumbTrail %>
<%
'If the user is admin display a link to the admin menu
If intGroupID = 1 Then Response.Write("
|
| <%
'Forum home link for mobile browsers
Response.Write (" |
|
<% = strBreadCrumbTrail %>
<%
'If the user is admin display a link to the admin menu
If intGroupID = 1 Then Response.Write("
|
| <%
'If the user has logged in then the Logged In User ID number will not be 0 and not 2 for the guest account
If lngLoggedInUserID <> 0 AND lngLoggedInUserID <> 2 Then
'Link to user cp
Response.Write(vbCrLf & " ")
If blnBanned = False Then Response.Write (" ")
End If
%>
<%
'Display the other common buttons
Response.Write ("
|
| <% = strForumsMessage %> |