-
Notifications
You must be signed in to change notification settings - Fork 12
Customizing Template
NoobsCode edited this page Dec 27, 2019
·
1 revision
- Open up settings.php
- Define your URL, website title and slogan.
- (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.
- Turn modules on or off easily by changen the value.
define( "MODULE_TopHeader" , "ON" );
Change to
define( "MODULE_TopHeader" , "OFF" );