我想在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>