diff options
| author | 2024-11-01 16:32:04 +0100 | |
|---|---|---|
| committer | 2024-11-01 16:32:04 +0100 | |
| commit | 0735c9f70ca118a599fdd203bb9f135158a67395 (patch) | |
| tree | a527c547244cd35986471cd158b0f1cf9fe0c3b1 /app | |
| parent | df86cbb361e480dbe50b1dc52025c880f170f6b2 (diff) | |
Fixed: article footer dropdowns (my labels, article tags, sharing) (#6959)
* fix dropdown triangle in mobile view
* Nord theme
* mobile view: width improved. Each theme can decide about border-radius
* Ansum/Mapco theme
* fix pink dark theme: label icon in pink now too
* my labels: line breaks improved
* article tags: headline added
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/helpers/index/normal/entry_bottom.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 6ebd17949..3d405a5d8 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -53,6 +53,7 @@ <?= _i('tag') ?><?= _t('index.tag.related') ?> </a> <ul class="dropdown-menu"> + <li class="dropdown-header"><?= _t('index.tag.related') ?></li> <?php foreach ($tags as $tag) { ?><li class="item"><a href="<?= _url('index', 'index', 'search', '#' . str_replace(' ', '+', htmlspecialchars_decode($tag, ENT_QUOTES))) ?>"><?= $tag ?></a></li><?php |
