Changing template engine to Mustache. Updating Bootstrap. Creating mustache helpers. Changing plugins on the base template

This commit is contained in:
ahwelp
2023-01-24 20:27:58 +00:00
parent e063895ccb
commit b1eb0a7a56
15 changed files with 259 additions and 289 deletions
Executable → Regular
+4 -1
View File
@@ -16,4 +16,7 @@ RouteCollection::get('*', function(){
//$DROPDOWN = new Menu( array("class" => 'dropdown-menu') );
$DROPDOWN = [];
}, -11)->doIgnore();
}, -12)->doIgnore();
RouteCollection::get('/template/[r:location]', '\App\Core\Template\Template@getTemplate');