. * * home.php * * Page Home. * * @author Daniele Bonini * @copyrights (c) 2016, 2024, 5 Mode */ use fivemode\fivemode\LinkUtil; define('PAGE_TITLE', "SnipSwap - Home"); function echo_label(string $label) { if (mb_strlen($label) > 25) { echo(left($label, 25) . "..."); } else { echo($label); } } $q = (string)substr((string)filter_input1(INPUT_GET, "q", FILTER_SANITIZE_QM), 0, 100); $splash = filter_input(INPUT_GET, "splash"); $curLocale = APP_LOCALE; ?> "); } ?> $myCubeInitjs"); ?>