ro
8c727d4414
using a font for icons isn't great for site accessibility, so all font icons will be removed and replaced with svgs. nav and sub nav, page options and recent meta have been replaced
17 lines
580 B
PHP
17 lines
580 B
PHP
<div class="submenu">
|
|
<a href='/dashboard/pages' title="view pages">
|
|
<button>
|
|
<svg id="option-menu-pin" role="icon">
|
|
<use id="option-menu-pin" xlink:href="/assets/images/global/sprite.svg#entypo-book"/>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
<a href='/dashboard/page/add/new' title="add new page">
|
|
<button>
|
|
<svg id="option-menu-pin" role="icon">
|
|
<use id="option-menu-pin" xlink:href="/assets/images/global/sprite.svg#entypo-squared-plus"/>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
</div>
|