Copyright (C) 2010 - 2020 All Rights Reserved. Contributor(s): Mark J Crane */ class modal { static function create($array) { //add multi-lingual support $language = new text; $text = $language->get(); $modal = ""; return $modal; } }