. * * http://www.AncientBeast.com * https://github.com/FreezingMoon/AncientBeast * DreadKnight@FreezingMoon.org */ $page_title = "Ancient Beast - Gallery"; require_once("../header.php"); ?> "; $images = scandir("../artwork"); $i = 0; foreach($images as $image) { if($image == "." || $image == "..") continue; $title = substr($image, 0, -4); echo ""; $i++; } echo ""; separate_segment(); include("../utils/disqus.php"); end_segment(); end_page(); ?>