diff --git a/doc/project.inc b/doc/project.inc deleted file mode 100644 index e21d88fe4e..0000000000 --- a/doc/project.inc +++ /dev/null @@ -1,176 +0,0 @@ - '; - navbar_start($brand, $fixed, false); - // instead of PROJECT you can use an or other HTML - - if ($user) { - navbar_item(tra("Your account"), $prefix."home.php"); - } - - navbar_menu(tra("Community"), array( - array(tra("Message boards"), $prefix."forum_index.php"), - array(tra("User search"), $prefix."user_search.php"), - )); - navbar_menu(tra("Site"), array( - array(tra("Site search"), $prefix."site_search.php"), - array(tra("Languages"), $prefix."language_select.php") - )); - - // add your own menu here if you want - - navbar_right($user); - navbar_end(true); -} - -function project_banner($title, $prefix, $is_main) { - if ($is_main) { - echo ' -
-
"; - } else { - navbar(secure_url_base(), get_logged_in_user(false), false); - if ($title) { - echo "
- Copyright © $y University of California. - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU Free Documentation License, - Version 1.2 or any later version published by the Free Software Foundation.
- "; -} - -function show_profile_heading1() { - return "Your personal background."; -} - -function show_profile_question1() { - return " - Tell us about yourself. - You could tell us where you're from, your age, occupation, hobbies, - or anything else about yourself. - "; -} - -function show_profile_heading2() { - return "Your opinions about " . PROJECT; -} - -function show_profile_question2() { - return " - Tell us your thoughts about " . PROJECT . "