anacondaq Posted August 21, 2014 Posted August 21, 2014 (edited) Latest FluxCP (akkarin) Totally ruins the menu at different themes (at default anything is ok) FIXED, but need update at github. /themes/%yourtheme%/main/sidebar.php Change this: <?php echo htmlspecialchars($menuCategory) ?> To This <?php echo htmlspecialchars(Flux::message($menuCategory)) ?> And Change This <?php echo htmlspecialchars($menuItem['name']) ?> To This <?php echo htmlspecialchars(Flux::message($menuItem['name'])) ?> Edited August 21, 2014 by Anacondaqq
Cydh Posted August 21, 2014 Posted August 21, 2014 create a PR please, people freely make new PR about bug fix/improvement why "Akkarin FluxCP"? I just found that statement discredit contributors. 1
Freyr Posted August 21, 2014 Posted August 21, 2014 Here you can find the PR. This allows the menu to work with translations. https://github.com/Freyja-Folkvangr/FluxCP/commit/8f95e74259864edb7ed188ee38f7f4c3815a8ca9 2
Question
anacondaq
Latest FluxCP (akkarin)
Totally ruins the menu at different themes (at default anything is ok)
FIXED, but need update at github.
/themes/%yourtheme%/main/sidebar.php
Change this:
To This
And Change This
To This
Edited by Anacondaqq2 answers to this question
Recommended Posts