diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index 3e7ac4f..433b4e8 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -31,11 +31,9 @@ $template = "templates" . DIRECTORY_SEPARATOR . "{$viewDatas['layout']}"; getStatus() === DEFAULTS['STATUS']; - $rowClass = $isDefaultStatus ? "" : 'class="table-danger"'; $num = $viewDatas['index_totalcount'] - (($viewDatas['page'] - 1) * $viewDatas['perpage'] + $cnt); ?> -