0

我正在尝试使用管理员 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'); ?>

知道我想在同一页面的仪表板部分(右)中显示侧边栏链接(左菜单)。

我怎样才能做到这一点?

4

0 回答 0