diff --git a/html/user/project.inc.sample b/html/user/project.inc.sample deleted file mode 100644 index ae0f77ebfb..0000000000 --- a/html/user/project.inc.sample +++ /dev/null @@ -1,76 +0,0 @@ -

".PROJECT."

\n"); - if ($user) { - echo "Logged in as $user->name"); - } else { - echo "
"); - } - echo "
\n"); -} - -// NOTE: These functions appear here and not in profile.inc because they contain -// project-specific information that needs to be set by the project administrators. - -function show_profile_heading1() { - row1("Your personal background."); -} - -function show_profile_question1() { - rowify(" - Tell us about yourself. - You could tell us where you're from, your age, occupation, hobbies, - or anything else about yourself. - HTML formatting tags are allowed (other tags will be removed), - and responses are limited to 2000 characters. - "); -} - -function show_profile_heading2() { - row1("Your opinions about " . PROJECT); -} - -function show_profile_question2() { - rowify(" -Tell us your thoughts about " . PROJECT . "
    -
  1. Why do you run " . PROJECT . "? -
  2. What are your views about the project? -
  3. Any suggestions? -
-"); -} - -function project_news() { - echo "No news is good news\n"; -} - -function project_community() { -} - -?>