installer) && $server_xml->installer === "steamcmd") { $homeId = isset($server_home['home_id']) ? (int)$server_home['home_id'] : 0; if ($homeId > 0) { $label = get_lang('steam_workshop'); if ($label === 'steam_workshop') { $label = 'Steam Workshop'; } $href = "?m=steam_workshop&p=main&action=edit&home_id=" . $homeId; $module_buttons = array( " " . $label . " " ); } else { $module_buttons = array(); } } else { $module_buttons = array(); } ?>