dpgbh20688 2019-08-06 08:09
浏览 87

我想在HTML类型的页面中包含单个页面php翻译顶级菜单没有问题在子目录引导程序中没有加载?

I want to include a single page in the HTML-typed page php translate the top menus no problem in the subdirectories bootstrap is not loaded

directory structure

index.php

include php---->header.php

Page--------->hire.php(bootstrap is not loaded in this directory)

header.php

<!doctype html>

<html lang="en">

<head>

    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="icon" href="img/favicon.png" type="image/png">
    <title></title>
    <meta name="description" content="">
    <meta name="keywords" content="">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="css/bootstrap.css">

    <link rel="stylesheet" href="css/themify-icons.css">

    <link rel="stylesheet" href="css/flaticon.css">

    <link rel="stylesheet" href="vendors/fontawesome/css/all.min.css">

    <link rel="stylesheet" href="vendors/owl-carousel/owl.carousel.min.css">

    <link rel="stylesheet" href="vendors/animate-css/animate.css">

    <link rel="stylesheet" href="../css/bootstrap.css">

    <link rel="stylesheet" href="../css/themify-icons.css">

    <link rel="stylesheet" href="../css/flaticon.css">

    <link rel="stylesheet" href="../vendors/fontawesome/css/all.min.css">

    <link rel="stylesheet" href="../vendors/owl-carousel/owl.carousel.min.css">

    <link rel="stylesheet" href="../vendors/animate-css/animate.css">


</head>

<body>
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 cad图纸,chx-3六轴码垛机器人
    • ¥15 移动摄像头专网需要解vlan
    • ¥15 对于这个问题的算法代码
    • ¥20 access多表提取相同字段数据并合并
    • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
    • ¥20 Java-Oj-桌布的计算
    • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
    • ¥20 有人知道这种图怎么画吗?
    • ¥15 pyqt6如何引用qrc文件加载里面的的资源
    • ¥15 安卓JNI项目使用lua上的问题