‘habblet’ is the word Sulake uses to describe promotional pictures on login page, much alike the newsheaders and often reflecting the news there is.
$handle = opendir(dirname(realpath(__FILE__)).'/habblets/regular/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Sponsored
$handle = opendir(dirname(realpath(__FILE__)).'/habblets/sponsored/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
include("menu.php"); ?>