diff --git a/app/admin/view/error.tpl b/app/admin/view/error.php similarity index 96% rename from app/admin/view/error.tpl rename to app/admin/view/error.php index 43f724108..2ddab1f57 100644 --- a/app/admin/view/error.tpl +++ b/app/admin/view/error.php @@ -9,7 +9,7 @@ if (!function_exists('parse_padding')) { } if (!function_exists('parse_class')) { - function parse_class($name) + function parse_class($name): string { $names = explode('\\', $name); return '' . end($names) . ''; @@ -17,14 +17,14 @@ if (!function_exists('parse_class')) { } if (!function_exists('parse_file')) { - function parse_file($file, $line) + function parse_file($file, $line): string { return '' . basename($file) . " line {$line}" . ''; } } if (!function_exists('parse_args')) { - function parse_args($args) + function parse_args($args): string { $result = []; foreach ($args as $key => $item) { @@ -386,7 +386,9 @@ if (!function_exists('echo_value')) {
-
    $value) { ?>
  1. ">
+
+
  1. ">
+
@@ -468,7 +470,6 @@ if (!function_exists('echo_value')) {