diff --git a/config/app.php b/config/app.php index 275fd7c..f151b73 100644 --- a/config/app.php +++ b/config/app.php @@ -17,7 +17,7 @@ */ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '5.4.5', + 'version' => '5.4.6', /* |-------------------------------------------------------------------------- diff --git a/resources/views/pages/bookmarks.blade.php b/resources/views/pages/bookmarks.blade.php index 331d9fb..16d07cc 100644 --- a/resources/views/pages/bookmarks.blade.php +++ b/resources/views/pages/bookmarks.blade.php @@ -1,13 +1,27 @@ -get('bookmarks'); ?> @extends('layouts.default') @section('title', 'bookmarks') @section('description', 'This is the personal homepage of floppydisk.') @section('content') +@php + $categories = DB::select(' + SELECT id, name + FROM bookmark_categories + ORDER BY priority ASC + '); +@endphp + @foreach ($categories as $category) -