diff --git a/index.php b/index.php index 8c71860..58161aa 100644 --- a/index.php +++ b/index.php @@ -55,32 +55,6 @@ if(!$_SESSION['current']->isLoggedIn()) } -echo "
"; -echo "

Do you use Wine regularly? Interested in helping other users and". - " keeping information about your favorite applications up-to-date?

"; -echo "

Consider". - " becoming an application maintainer". - " for the applications that you use under Wine.

"; -echo "

As an application maintainer you'll get to post HOWTOs to help other users". - " run the application. You'll be able to review and process user submitted screenshots". - " and test results.

"; -echo "

Dozens of new test results and screenshots are submitted each day and we can". - " use your help to keep user contributed information reviewed and processed in a timely fashion.". - " Please consider becoming an application maintainer."; -echo "

- The Appdb Admins
".APPDB_OWNER_EMAIL."

"; - -if(!$_SESSION['current']->isLoggedIn()) -{ - echo "

To become a maintainer, [log in]". - " or [register] and on the application or version page". - ", depending on whether you want to maintain all versions of an application or a specific version,". - " click on the 'Become a super maintainer of this app' or 'Be a maintainer for this version'". - " button. We'll process your request within a day or so.

"; -} - -echo "
"; - ?>