我试图用管理员LTE开发一个php项目,在我的dashboard.php中我正在补充:
<?php include_once('first.php'); ?>
<?php include_once('header.php'); ?>
<?php include_once('sidebar.php'); ?>
<?php include_once('content.php'); ?>
<?php include_once('footer.php'); ?>
<?php include_once('sidebarcontrol.php'); ?>
<?php include_once('script.php'); ?>
知道我想在同一页面的仪表板部分(右侧)显示侧边栏链接(左侧菜单)。
我该怎么做?