Removing something from title

top50servers

Active Member
I want to remove the Stats text. Completely, not just move it.

6689e.png
 
make a plugin:

filename:
stats_build_page.php

content:
$TMPL['header'] = $TMPL['title'];
 
use details_build_page.php instead. While stats_build_page hook is still in use for some backwards compability, anything new should be made with the updated hook name, Latest at vl 2.0 those deprecated hooks will be removed
 
Back
Top