Skip to content

How to add css only for Menu manager? #4648

Answered by Jimmi08
Jimmi08 asked this question in Q&A Core
Discussion options

You must be logged in to vote

This is a working solution:
in theme.php


class theme implements e_theme_render
	{

        public function init()
        {

            if(e_PAGE == "menus.php")  {
                    e107::css('theme',  'menumanagerfix.css');  
            }

        }
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Jimmi08
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Jimmi08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants