Customizing the Home Page ######################### Overwrite the default index page on your Elgg install. start.php ========= Register a function for the plugin hook called ``index, system`` that returns ``true``. This tells Elgg to assume that another front page has been drawn so it doesn't display the default page. Inside start.php you will need something like the following: .. code:: php