diff --git a/admin/dashboard/main.php b/admin/dashboard/main.php index 21ff009..13a6664 100644 --- a/admin/dashboard/main.php +++ b/admin/dashboard/main.php @@ -1,6 +1,8 @@ @@ -23,8 +25,8 @@ function template_admin_header($title, $selected = 'dashboard', $selected_child Files Settings '; // Indenting the below code may cause an error @@ -144,4 +146,4 @@ function time_elapsed_string($datetime, $full = false) { if (!$full) $string = array_slice($string, 0, 1); return $string ? implode(', ', $string) . ' ago' : 'just now'; } -?> \ No newline at end of file +?>