top50servers Active Member Jan 2, 2014 #1 I want to remove the Stats text. Completely, not just move it.
Mark Administrator Staff member Jan 2, 2014 #2 make a plugin: filename: stats_build_page.php content: $TMPL['header'] = $TMPL['title'];
Basti Administrator Staff member Jan 6, 2014 #3 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
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