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 295... Line 295...
295
<!-- FOOTER ++++++++++++++++ -->
295
<!-- FOOTER ++++++++++++++++ -->
296
<!--#include file="_footer.asp"-->
296
<!--#include file="_footer.asp"-->
297
<!-- +++++++++++++++++++++++ -->
297
<!-- +++++++++++++++++++++++ -->
298
</body>
298
</body>
299
</html>
299
</html>
300
<%
-
 
301
'------------ RUN AFTER PAGE RENDER -----------
-
 
302
Set objPMod = Nothing
-
 
303
Set objCrumbs = Nothing
-
 
304
Set objTabControl = Nothing
-
 
305
'----------------------------------------------
-
 
306
%><!--#include file="common/globals_destructor.asp"-->
-
 
307
300