如何在Admin LTE的仪表板中显示菜单链接

时间:2016-07-30 18:00:56

标签: php hyperlink laravel-5.2 dashboard adminlte

我试图用管理员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'); ?>

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

我该怎么做?

0 个答案:

没有答案