Вопрос

i need help in this situation , i am embedding a slideshow using wowslider ... its included through the index.php file

 <div class="content">
<?php
include 'includes/aside.php';
include 'includes/widgets/slideshow.html';  
?>
</div>

Link of the broken images

Direct link for the slideshow , works properly

(Note : this is just a test slideshow not the final one . )

Это было полезно?

Решение

try it

$root = realpath($_SERVER["DOCUMENT_ROOT"]);

include "$root/includes/aside.php";

include "$root/includes/widgets/slideshow.html";

***change the links in slider to absolute links.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top