Change CSS framework from PicoCSS to Bootstrap 5.3
This commit is contained in:
@@ -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'] . ' — серия книг'
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -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']) . ' — публичная страница'
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user