ro
367f20d8fa
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
13 lines
315 B
PHP
13 lines
315 B
PHP
<div class="submenu">
|
|
<a href='/dashboard/pages' title="view pages">
|
|
<button>
|
|
<i class="ti ti-book-2"></i>
|
|
</button>
|
|
</a>
|
|
<a href='/dashboard/page/add/new' title="add new page">
|
|
<button>
|
|
<i class="ti ti-square-plus"></i>
|
|
</button>
|
|
</a>
|
|
</div>
|