Frage

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 . )

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top