javascript - Removing YOURLS branding from stat page -


First of all, this is my URL:

So, basically, everything is going well I have a completely custom homepage, anti spam and all this. Then a result page, with all the special types of accessories. But, I want to customize the statistics page.

I did this job how to optimize the admin page. This is included in / function-html.php . But if you customize the menu there, then they do not take on the statistics page.

Any ideas where I can customize the statistics page?

I understand by the question, you need it -

Create in a separate PHP file and include it wherever you need the menu. Let's say menu.php

in both include / function-html.php and stats.php (Perception), wherever you need a menu, do something like this.

  & lt ;? Php ... // contains the 'path / in / your / menu.php' in the include menu; ...   

By doing this, you can customize the menu.php and it will display everywhere you add to it.

Note - I know in the comments that if it is not what you are searching for.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -