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 184... Line 184...
184
<!-- FOOTER ++++++++++++++++ -->
184
<!-- FOOTER ++++++++++++++++ -->
185
<!--#include file="_footer.asp"-->
185
<!--#include file="_footer.asp"-->
186
<!-- +++++++++++++++++++++++ -->
186
<!-- +++++++++++++++++++++++ -->
187
</body>
187
</body>
188
</html>
188
</html>
189
<%
-
 
190
'------------ RUN AFTER PAGE RENDER -----------
-
 
191
Set objPMod = Nothing
-
 
192
Set objCrumbs = Nothing
-
 
193
Set objTabControl = Nothing
-
 
194
Set objBtnControl = Nothing
-
 
195
'----------------------------------------------
-
 
196
%><!--#include file="common/globals_destructor.asp"-->
-
 
197
189