Club System
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
data-logged-in="{{ $xf.visitor.user_id ? 'true' : 'false' }}"
|
||||
data-cookie-prefix="{$xf.cookie.prefix}"
|
||||
data-csrf="{{ csrf_token()|escape('js') }}"
|
||||
class="has-no-js {{ $template ? 'template-' . $template : '' }}"
|
||||
class="has-no-js {{ $template ? 'template-' . $template : '' }} {{ $xf.visitor.style_variation === 'alternate' ? '$light-mode' : '' }}"
|
||||
{{ $xf.runJobs ? ' data-run-jobs=""' : '' }}>
|
||||
<head>
|
||||
<xf:set var="$siteName" value="{$xf.options.boardTitle}" />
|
||||
@@ -82,7 +82,7 @@
|
||||
</head>
|
||||
<body data-template="{$template}">
|
||||
|
||||
<div id="app">
|
||||
<main id="app">
|
||||
<nav id="menu">
|
||||
<div class="$menu-header">
|
||||
<div class="$menu-logo">
|
||||
@@ -310,7 +310,15 @@
|
||||
arg-variant="bottom" />
|
||||
<xf:ad position="container_breadcrumb_bottom_below" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="u-bottomFixer js-bottomFixTarget">
|
||||
<xf:if is="$notices.floating">
|
||||
<xf:macro id="notice_macros::notice_list" arg-type="floating" arg-notices="{$notices.floating}" />
|
||||
</xf:if>
|
||||
<xf:if is="$notices.bottom_fixer">
|
||||
<xf:macro id="notice_macros::notice_list" arg-type="bottom_fixer" arg-notices="{$notices.bottom_fixer}" />
|
||||
</xf:if>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<xf:comment>
|
||||
<footer class="p-footer" id="footer">
|
||||
@@ -417,16 +425,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
</xf:comment>
|
||||
</div> <!-- closing p-pageWrapper -->
|
||||
|
||||
<div class="u-bottomFixer js-bottomFixTarget">
|
||||
<xf:if is="$notices.floating">
|
||||
<xf:macro id="notice_macros::notice_list" arg-type="floating" arg-notices="{$notices.floating}" />
|
||||
</xf:if>
|
||||
<xf:if is="$notices.bottom_fixer">
|
||||
<xf:macro id="notice_macros::notice_list" arg-type="bottom_fixer" arg-notices="{$notices.bottom_fixer}" />
|
||||
</xf:if>
|
||||
</div>
|
||||
</main> <!-- closing p-pageWrapper -->
|
||||
|
||||
<div class="u-navButtons js-navButtons">
|
||||
<xf:button href="javascript:" class="button--scroll"><xf:fa icon="{{ $xf.isRtl ? 'fa-arrow-right' : 'fa-arrow-left' }}" /><span class="u-srOnly">{{ phrase('back') }}</span></xf:button>
|
||||
|
||||
Reference in New Issue
Block a user