$content) { $template = str_replace("%" . $name . "%", $content, $template); } return $template; } else { die('Cannot find template file «' . $file . '».'); } } function table_body($array) { $html = ""; foreach ($array as $line) { $html .= "