trigger(HOOK_TIBIACOM_BORDER_3); ?>
' . $status['players'] . '
Players Online';
else
echo '
Server
OFFLINE';
?>
prependPath(__DIR__ . '/boxes/templates');
foreach($config['boxes'] as $box) {
/** @var string $template_name */
$file = TEMPLATES . $template_name . '/boxes/' . $box . '.php';
if(file_exists($file)) {
include($file); ?>
Template:
' . template_form();
?>