anacondaq Posted August 21, 2014 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
Cydh Posted August 21, 2014 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 747 Joined: 06/16/12 Last Seen: February 21 Share 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 Link to comment Share on other sites More sharing options...
Freyr Posted August 21, 2014 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 38 Reputation: 7 Joined: 01/11/13 Last Seen: March 5, 2021 Share 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 Link to comment Share on other sites More sharing options...
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 AnacondaqqLink to comment
Share on other sites
2 answers to this question
Recommended Posts