ro
a10dbcdeff
role was being used incorrectly for icon styling, so that has been corrected to use the class attribute instead
17 lines
584 B
PHP
17 lines
584 B
PHP
<div class="submenu">
|
|
<a href='/dashboard/pages' title="view pages">
|
|
<button>
|
|
<svg id="option-menu-pin" class="icon">
|
|
<use id="option-menu-pin" xlink:href="/assets/images/global/sprite.svg#minicute-book"/>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
<a href='/dashboard/page/add/new' title="add new page">
|
|
<button>
|
|
<svg id="option-menu-pin" class="icon">
|
|
<use id="option-menu-pin" xlink:href="/assets/images/global/sprite.svg#entypo-squared-plus"/>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
</div>
|