argc == 4){ $theme = $a->argv[2]; if(file_exists("view/theme/$theme/style.php")) require_once("view/theme/$theme/style.php"); } exit(); }