## Summary - add the global Westgate footer partial under `templates/partials/footer/` - import scoped footer styles from `theme.scss` - include the footer design spec and powered-by HTML/CSS references - add a contract test for the footer integration and required links ## Verification - `node tests/global-footer-contract.test.js` - `node tests/global-topbar-contract.test.js` - `for test in tests/*.test.js; do node "$test"; done` - `npm test --if-present` - `git diff --check` Reviewed-on: #8 Co-authored-by: vickydotbat <vickydotbat@tutamail.com> Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
23 lines
515 B
Smarty
23 lines
515 B
Smarty
|
|
</div><!-- /.container#content -->
|
|
</main>
|
|
|
|
<!-- IMPORT partials/footer/westgate-global.tpl -->
|
|
</div>
|
|
|
|
<div class="fixed-bottom d-lg-none">
|
|
<!-- IMPORT partials/topic/navigator-mobile.tpl -->
|
|
</div>
|
|
|
|
{{{ if !isSpider }}}
|
|
<div>
|
|
<div component="toaster/tray" class="alert-window fixed-bottom mb-5 mb-md-2 me-2 me-md-5 ms-auto" style="width:300px; z-index: 1090;">
|
|
<!-- IMPORT partials/reconnect-alert.tpl -->
|
|
</div>
|
|
</div>
|
|
{{{ end }}}
|
|
|
|
<!-- IMPORT partials/footer/js.tpl -->
|
|
</body>
|
|
</html>
|