Index: lams_bb_integration/web/modules/notAllowed.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/notAllowed.jsp,v
diff -u -r1.1 -r1.2
--- lams_bb_integration/web/modules/notAllowed.jsp 15 Aug 2007 07:28:14 -0000 1.1
+++ lams_bb_integration/web/modules/notAllowed.jsp 21 Sep 2011 17:42:25 -0000 1.2
@@ -1,10 +1,19 @@
-<%@ taglib uri="/bbUI" prefix="bbUI"%>
+<%--
+ Original Version: 2007 LAMS Foundation
+ Updated for Blackboard 9.1 SP6 (including new bbNG tag library) 2011
+ Richard Stals (www.stals.com.au)
+ Edith Cowan University, Western Australia
+--%>
+<%--
+ Error Page for access denied errors
+--%>
<%@ page import="java.io.PrintWriter"%>
<%@ page isErrorPage = "true" %>
-
-
-
-
- Your current user privileges do not allow you to access this content.
-
-
\ No newline at end of file
+<%@ taglib uri="/bbNG" prefix="bbNG"%>
+
+
+ Your current user privileges do not allow you to access this content.
+
+
\ No newline at end of file