Subversion Repositories DevTools

Rev

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

Rev 5513 Rev 5958
Line 405... Line 405...
405
<!-- FOOTER ++++++++++++++++ -->
405
<!-- FOOTER ++++++++++++++++ -->
406
<!--#include file="_footer.asp"-->
406
<!--#include file="_footer.asp"-->
407
<!-- +++++++++++++++++++++++ -->
407
<!-- +++++++++++++++++++++++ -->
408
</body>
408
</body>
409
</html>
409
</html>
410
<%
-
 
411
'------------ RUN AFTER PAGE RENDER -----------
-
 
412
Set objPMod = Nothing
-
 
413
Set objCrumbs = Nothing
-
 
414
Set objTabControl = Nothing
-
 
415
Set objBtnControl = Nothing
-
 
416
'----------------------------------------------
-
 
417
%><!--#include file="common/globals_destructor.asp"-->
-
 
418
410