2012-09-15 80 views
-2

我想知道爲什麼我的包含頁腳沒有顯示出來。沒有錯誤,但它不會顯示。頁腳文件沒有問題,因爲它在其他頁面上完美顯示。這是頁腳不顯示的頁面。任何幫助將不勝感激!包括頁腳不顯示在php

<?php 
include 'init.php'; 
include 'template/header.php'; 
?> 

<!-- include Cycle plugin --> 
<script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.74.js"></script> 

<!-- initialize the slideshow when the DOM is ready --> 
<script type="text/javascript"> 
$(document).ready(function() { 
$('.slideshow').cycle({ 
    fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... 
}); 
}); 
</script> 
</head> 
<body> 

include 'template/footer.php'; 
?> 
+0

年底是否錯誤報告被啓用? – Yasin

+0

另外,考慮使用'require'而不是'include',因爲'require'會給你錯誤消息,但是'include'會自動失敗。 – Dai

+0

如果你能提供一個錯誤日誌會更好。 – Srijan

回答

4

你有一個未關閉<noscript>標籤

+0

這是沒有劇本關閉,這是問題..again,我看起來這麼簡單的東西太多了......感謝爆炸藥丸! – WebDeVGuy24

0

您還沒有關閉< noscript>標籤。嘗試關閉它。

... 
<noscript> 
<div id="img"> 
<img src="images/landing.png" alt="slideshow" width="750" height="267"/> 
</div> 
</noscript>'; 
0

,也是我想你忘了第二報價維持在這一行

$.loadImages({'images/landing.png,