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 279... Line 279...
279
<!-- FOOTER ++++++++++++++++ -->
279
<!-- FOOTER ++++++++++++++++ -->
280
<!--#include file="_footer.asp"-->
280
<!--#include file="_footer.asp"-->
281
<!-- +++++++++++++++++++++++ -->
281
<!-- +++++++++++++++++++++++ -->
282
</body>
282
</body>
283
</html>
283
</html>
284
<%
-
 
285
'------------ RUN AFTER PAGE RENDER -----------
-
 
286
Set objPMod = Nothing
-
 
287
Set objCrumbs = Nothing
-
 
288
Set objTabControl = Nothing
-
 
289
Set objBtnControl = Nothing
-
 
290
'----------------------------------------------
-
 
291
%><!--#include file="common/globals_destructor.asp"-->
-
 
292
284