Home
The Home page is the root page of your site.
Adding Home[edit | edit source]
To add a Home to your site, log in to mod.php and click on Manage themes, then install one of the options and rebuild the website through mod.php.
You can also add your own custom home page to the selection.
Adding a custom Home[edit | edit source]
Navigate to your site's home directory and go to templates/themes. Here you will see a number of directories, each of which corresponds to a prebuilt Home. Copy one of these directories into a new directory named after your new homepage. Edit info.php and change $theme['name'] on line 4 to whatever you have named your theme. Next, edit theme.php and on line 22 change 'templates/themes/theme_you_copied_from/' to 'templates/themes/your_theme/', then on line 169 change 'themes/theme_you_copied_from/index.html' to 'themes/your_theme/index.html'. Finally, edit index.html to be whatever you wish.
Now go to mod.php, click on Manage themes, uninstall your previous homepage (if applicable), and install your new homepage. Then rebuild the site.