diff options
| author | 2024-04-01 11:43:22 +0200 | |
|---|---|---|
| committer | 2024-04-01 11:43:22 +0200 | |
| commit | c18987fae3a4f54c9e85e422c9d620c0e0d0eeb3 (patch) | |
| tree | 7e5c69fa0668af7af15d197c05344c8ecfdd7379 /app/Controllers | |
| parent | 1ae21260bb0f8f6a0578e3f706d0343607b6b483 (diff) | |
Improve/fix label management (#6212)
* add the slider
* the styles
* add the title
* improve the column layout
Diffstat (limited to 'app/Controllers')
| -rw-r--r-- | app/Controllers/tagController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controllers/tagController.php b/app/Controllers/tagController.php index 091da6a6f..d998045a4 100644 --- a/app/Controllers/tagController.php +++ b/app/Controllers/tagController.php @@ -195,6 +195,8 @@ class FreshRSS_tag_Controller extends FreshRSS_ActionController { } public function indexAction(): void { + FreshRSS_View::prependTitle(_t('sub.menu.label_management') . ' ยท '); + if (!FreshRSS_Auth::hasAccess()) { Minz_Error::error(403); } |
