How can i display external(from server) html content into block region.
let me tell you what i did so far is i created a new block on my site called sitemap and put some php code
<?php include('../sitemap/sitemap.html'); ?>
and set this block region to footer.
But it show nothing so plz help me so i do it.