Subversion Repositories DevTools

Rev

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

Rev 5634 Rev 5958
Line 344... Line 344...
344
<!-- FOOTER ++++++++++++++++ -->
344
<!-- FOOTER ++++++++++++++++ -->
345
<!--#include file="_footer.asp"-->
345
<!--#include file="_footer.asp"-->
346
<!-- +++++++++++++++++++++++ -->
346
<!-- +++++++++++++++++++++++ -->
347
</body>
347
</body>
348
</html>
348
</html>
349
<%
-
 
350
'------------ RUN AFTER PAGE RENDER -----------
-
 
351
Set objPMod = Nothing
-
 
352
Set objCrumbs = Nothing
-
 
353
Set objTabControl = Nothing
-
 
354
Set objBtnControl = Nothing
-
 
355
'----------------------------------------------
-
 
356
%><!--#include file="common/globals_destructor.asp"-->
-
 
357
349