<?php require_once 'config.php'; require_once 'language.php'; $language = Language::getInstance(); echo $language->home; ?>