get("name"); if ($name) { Session::instance()->set("highroller_theme", $name); } else { Session::instance()->delete("highroller_theme"); } } }