Subversion Repositories DevTools

Rev

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

Rev 5514 Rev 5962
Line 182... Line 182...
182
<!-- FOOTER ++++++++++++++++ -->
182
<!-- FOOTER ++++++++++++++++ -->
183
<!--#include file="_footer.asp"-->
183
<!--#include file="_footer.asp"-->
184
<!-- +++++++++++++++++++++++ -->
184
<!-- +++++++++++++++++++++++ -->
185
</body>
185
</body>
186
</html>
186
</html>
187
<%
-
 
188
'------------ RUN AFTER PAGE RENDER -----------
-
 
189
Set objPMod = Nothing
-
 
190
Set objCrumbs = Nothing
-
 
191
Set objTabControl = Nothing
-
 
192
Set objBtnControl = Nothing
-
 
193
'----------------------------------------------
-
 
194
%><!--#include file="common/globals_destructor.asp"-->
-
 
195
187