Customizing Facebook Theme

I've installed Facebook Theme for Elgg 1.8 (version 1.4) and want to customize a few things (I have relatively good PHP and JS knowledge).

The main thing I'm having trouble with customizing now is the homepage (when the user is not logged in). I've been searching throughout the plugin code (and the discussions here) and can't seem to find any reference to the home page when the user is not logged in. The only relevant thing I found was this snippet of code in start.php:

function facebook_theme_index_handler() {
if (elgg_is_logged_in()) {
forward('/dashboard');
}
}

 

But, as you can see in the code there is nothing regarding the logged out mode.

Any help would be appreciated.

Thanks

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking