Film sitesi scripti CSS çalışmıyor

İndex dosyasında;

Kod:
require './header.php';

header.php'de ise bir view klasörüne bağlanmış onun içeriği de

Kod:
<!DOCTYPE html>
<html lang="en-gb" dir="ltr" class="uk-height-1-1">
<head>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0"/>
 <meta name="apple-mobile-web-app-capable" content="yes"/>
 <link rel="shortcut icon" href="<?php echo $urlPath->image($brand['st_favicon']); ?>">
 <link rel="apple-touch-icon" sizes="180x180" href="<?php echo $urlPath->image($brand['st_icon']); ?>">
 <link rel="icon" type="image/png" sizes="32x32" href="<?php echo $urlPath->image($brand['st_favicon']); ?>">
 <link rel="icon" type="image/png" sizes="16x16" href="<?php echo $urlPath->image($brand['st_favicon']); ?>">
 <title><?php echo echoOutput($titleHeader); ?></title>
 <meta name="description" content="<?php echo $settings['st_description']; ?>">
 <meta name="keywords" content="<?php echo $settings['st_keywords']; ?>">
 <link rel="stylesheet" href="<?php echo $urlPath->assets_css('uikit.css'); ?>">
 <link rel="stylesheet" href="<?php echo $urlPath->assets_css('theme.css'); ?>">
 <link rel="stylesheet" href="<?php echo $urlPath->assets_css('styles.css'); ?>">
 <script src="<?php echo $urlPath->assets_js('pace.js'); ?>"></script>

</head>

<body>

Bu scriptin testi için düzgün bir hosting kullanın, localhost değil. Ve Nulled scriptler kullanmayın..
 
Uyarı! Bu konu 5 yıl önce açıldı.
Muhtemelen daha fazla tartışma gerekli değildir ki bu durumda yeni bir konu başlatmayı öneririz. Eğer yine de cevabınızın gerekli olduğunu düşünüyorsanız buna rağmen cevap verebilirsiniz.

Technopat Haberler

Geri
Yukarı