Customizing Template - noobscode/Game-Server-Website GitHub Wiki

Customizing Template

  1. Open up settings.php
  2. Define your URL, website title and slogan.
  3. (Optional) Enable tips, this will active a description at the front-end with some information about each section such as what they are and where you can change them.
  4. Turn modules on or off easily by changen the value.

Example bellow turns off the top header:

define( "MODULE_TopHeader" , "ON" );

Change to

define( "MODULE_TopHeader" , "OFF" );