Change CSS framework from PicoCSS to Bootstrap 5.3

This commit is contained in:
2025-11-27 14:46:51 +08:00
parent e51768622f
commit 39cda7814f
245 changed files with 678223 additions and 2750 deletions
+1
View File
@@ -185,6 +185,7 @@ class SeriesController extends BaseController {
'author' => $author,
'total_words' => $total_words,
'total_chapters' => $total_chapters,
'book_model' => $bookModel,
'page_title' => $series['title'] . ' — серия книг'
]);
}
+1
View File
@@ -108,6 +108,7 @@ class UserController extends BaseController {
'total_books' => $total_books,
'total_words' => $total_words,
'total_chapters' => $total_chapters,
'book_model'=>$bookModel,
'page_title' => ($user['display_name'] ?: $user['username']) . ' — публичная страница'
]);
}