This commit is contained in:
2024-02-01 08:02:27 +01:00
parent a4fd20ad00
commit f3c7285463
2 changed files with 13 additions and 3 deletions

View File

@@ -5,6 +5,11 @@ function renderDynamicPage($page_file)
return render();
}
function CanViewPage($page_metadata)
{
}
function getPage($page_name = null){
global $routerConfig;
global $routerRequest;