Changing template engine to Mustache. Updating Bootstrap. Creating mustache helpers. Changing plugins on the base template
This commit is contained in:
Executable → Regular
+4
-1
@@ -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');
|
||||
Reference in New Issue
Block a user