<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>