Brought over a template from the old build to see how the conversion process would go (it's not bad) and see if the CSS would still stick (it did) The wiring will be finished when the auth class is completed
11 lines
402 B
PHP
11 lines
402 B
PHP
<div class="submenu">
|
|
<button id="save-toggle" title="save settings">
|
|
<i class="ti ti-device-floppy"></i>
|
|
</button>
|
|
<button id="publish-pages" title="publish site">
|
|
<i class="ti ti-world-upload"></i>
|
|
</button>
|
|
<button id="render-toggle" title="render on save toggle" data-render="{{ renderOnSave }}">
|
|
<i class="ti ti-circle-dashed"></i>
|
|
</button>
|
|
</div>
|