Google
Edit File: styles.php
<?php $directoryURI = $_SERVER['REQUEST_URI']; $path = parse_url($directoryURI, PHP_URL_PATH); $components = explode('/', $path); $first_part = $components[1]; ?> <!-- CSS ================================================== --> <!-- Bootstrap --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- FontAwesome --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- Animation --> <link rel="stylesheet" href="css/animate.css"> <!-- magnific --> <link rel="stylesheet" href="css/magnific-popup.css"> <!-- carousel --> <link rel="stylesheet" href="css/owl.carousel.min.css"> <!-- isotop --> <link rel="stylesheet" href="css/isotop.css"> <!-- ico fonts --> <link rel="stylesheet" href="css/xsIcon.css"> <!-- Template styles--> <link rel="stylesheet" href="css/style.css"> <!-- Responsive styles--> <link rel="stylesheet" href="css/responsive.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]-->