Updated bootstrap to v5.2.1
Added theme selection in user settings
Fixed permissions when uploading files
Adding a breadcrumb navigation in one method
Example:
$this->nav_chain->addList([
['home', 'url'],
['category', 'url'],
['post', 'url'],
]);
Merge pull request #227 from galtsevt/patch-1
Adding a breadcrumb navigation in one method
#224 Added the ability to delete user
#223 Added the ability to upload an avatar when creating a user.