config->environment != 'local') { ?>
Toggle navigation
config->site['name']; ?>
module['uid'])) { $links = array( '/leaderboards' => 'My Leaderboards', '/api' => 'API Documentation', '/contact' => 'Contact Us', '/logout' => 'Logout', ); } else { $links = array( '/' => 'Home', '/api' => 'API Documentation', '/contact' => 'Contact Us', '/login' => 'Sign In', '/join' => 'Sign Up', ); } foreach ($links as $uri => $label) { $active = ''; if (($uri == '/' && $_REQUEST['request'] == 'home') || substr($uri, 1) == $_REQUEST['request']) { $active = ' class="active"'; } echo '
' . $label . '
'; } ?>
template; } else { echo '
'; require $this->template; echo '
'; } ?>