You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
Smarty
42 lines
1.2 KiB
Smarty
</div><!-- /.container#content -->
|
|
</main>
|
|
<!-- IF !isSpider -->
|
|
<div class="topic-search hidden">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default count"></button>
|
|
<button type="button" class="btn btn-default prev"><i class="fa fa-fw fa-angle-up"></i></button>
|
|
<button type="button" class="btn btn-default next"><i class="fa fa-fw fa-angle-down"></i></button>
|
|
</div>
|
|
</div>
|
|
|
|
<div component="toaster/tray" class="alert-window">
|
|
<div id="reconnect-alert" class="alert alert-dismissable alert-warning clearfix hide" component="toaster/toast">
|
|
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
|
|
<p>[[global:reconnecting-message, {config.siteTitle}]]</p>
|
|
</div>
|
|
</div>
|
|
<!-- ENDIF !isSpider -->
|
|
|
|
|
|
<script defer src="{relative_path}/assets/nodebb.min.js?{config.cache-buster}"></script>
|
|
|
|
<!-- BEGIN scripts -->
|
|
<script defer type="text/javascript" src="{scripts.src}"></script>
|
|
<!-- END scripts -->
|
|
|
|
<script>
|
|
window.addEventListener('load', function () {
|
|
require(['forum/footer']);
|
|
|
|
<!-- IF useCustomJS -->
|
|
{{customJS}}
|
|
<!-- ENDIF useCustomJS -->
|
|
});
|
|
</script>
|
|
|
|
<div class="hide">
|
|
<!-- IMPORT 500-embed.tpl -->
|
|
</div>
|
|
</body>
|
|
</html>
|