main
xgkblog/admin/views/sidebar.php
sidebar.php941 B
 <aside class="sidebar" id="sidebar">
        <div class="sidebar-header"><span></span> XGK-博客系统</div>
        <nav class="sidebar-nav" id="sidebarNav">
            <a href="index.php" class="active"> 仪表盘</a>
            <a href="posts.php" class="active">文章管理</a>
            <a href="comments.php" class="active">评论管理</a>
            <a href="categories.php" class="active">️分类管理</a>
            <a href="pages.php" class="active">页面管理</a>
             <a href="links.php" class="active">友情链接</a>
             <a href="media.php" class="active">媒体管理</a>
             
             <a href="plugins.php" class="active">插件管理</a>
             <a href="users.php" class="active">️用户管理</a>
             <a href="settings.php" class="active">系统设置</a>
             <a href="../index.php" class="active">查看前台</a>
        
        </nav>
    </aside>