Subversion Repositories DevTools

Rev

Rev 5956 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5956 Rev 5962
Line 464... Line 464...
464
<!-- FOOTER ++++++++++++++++ -->
464
<!-- FOOTER ++++++++++++++++ -->
465
<!--#include file="_footer.asp"-->
465
<!--#include file="_footer.asp"-->
466
<!-- +++++++++++++++++++++++ -->
466
<!-- +++++++++++++++++++++++ -->
467
</body>
467
</body>
468
</html>
468
</html>
469
<%
-
 
470
'------------ RUN AFTER PAGE RENDER -----------
-
 
471
Set objPMod = Nothing
-
 
472
Set objCrumbs = Nothing
-
 
473
Set objTabControl = Nothing
-
 
474
Set objBtnControl = Nothing
-
 
475
'----------------------------------------------
-
 
476
%><!--#include file="common/globals_destructor.asp"-->
-
 
477
469