update marketing page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user