setIncludeDirectories(false); $files = $osC_DirectoryListing->getFiles(); $Qonline = $osC_Database->query('select count(*) as total from :table_whos_online where time_last_click >= :time_last_click'); $Qonline->bindTable(':table_whos_online', TABLE_WHOS_ONLINE); $Qonline->bindInt(':time_last_click', (time() - 900)); $Qonline->execute(); ?>
get('total_customers_online'), $Qonline->valueInt('total'))); ?>
' . "\n";
}
if ($osC_Summary->hasTitleLink()) {
echo '';
}
echo '' . $osC_Summary->getTitle() . ''; if ($osC_Summary->hasTitleLink()) { echo ''; } echo $osC_Summary->getData(); if ($col <= 2) { echo ' | ' . "\n";
}
if ( (next($files) === false) || ($col === 2) ) {
$col = 0;
echo '