update marketing page

This commit is contained in:
2024-01-31 16:04:16 +07:00
131 changed files with 9341 additions and 142 deletions

View File

@@ -53,7 +53,7 @@ class AppAdmin
}else{
$data = ['file data '. $module_file .' not found!'];
}
$global_data = [
"module" => $this->current_route_info['module'],
"view" => $this->current_route_info['view'],
@@ -85,7 +85,7 @@ class AppAdmin
}
$template_file_path = $this->tpl_path ."/". $this->current_route_info['module'];
$template_file_name = $this->current_route_info['view'].".html";
$template_file_name = str_replace("-", '_', $this->current_route_info['view']).".html";
$template_file_full_path = $template_file_path."/".$template_file_name;
//check exist