Jump to content
  • 0

Akkarins FluxCP destroyed menu


Question

Posted (edited)

3MNV.png

 

 

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 by Anacondaqq

2 answers to this question

Recommended Posts

Posted

create a PR please, people freely make new PR about bug fix/improvement

 

 

why "Akkarin FluxCP"?

I just found that statement discredit contributors.

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...