added menu item of returning to user center at admin page

This commit is contained in:
printempw 2016-03-26 21:55:53 +08:00
parent c4339e37de
commit 34b73d8c59

View File

@ -119,6 +119,8 @@
}
echo '</li>';
} ?>
<li class="header">返回</li>
<li><a href="../user/index.php"><i class="fa fa-users"></i> <span>用户中心</span></a></li>
</ul><!-- /.sidebar-menu -->
</section>
<!-- /.sidebar -->