24 calls to base_path()

admin_display_edit_degree in modules/admin/admin.degrees.inc
This screen displays the form which allows the user to actually edit a degree.
admin_display_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
admin_display_groups_popup_edit_definition in modules/admin/admin.groups.inc
admin_edit_group_form in modules/admin/admin.groups.inc
This function lets the user edit a group.
advise_display_history in modules/advise/advise.history.inc
Displays the history tab on screen.
advise_display_view in modules/advise/advise.module
This is the page which actually displays the "view" for the user to see their advising session, or for an advisor to advise them.
advise_display_what_if_selection in modules/advise/advise.module
Displays the pulldown select list for picking a new What If degree. Returns HTML.
fp_build_sub_tab_array in includes/theme.inc
Create a "sub-tab" array, which looks like a standard tab_array, but it contains only this page's sub-tab siblings.
fp_build_tab_array in includes/theme.inc
Looks at the current page array and returns a valid $tab_array Meant for the top of the screen.
fp_mobile_template.php in themes/classic/fp_mobile_template.php
fp_render_currently_advising_box in includes/theme.inc
Draws the CurrentlyAdvisingBox which appears at the top of the screen, containing the student's information like name, major, etc.
fp_render_form in includes/forms.inc
Render the form array from the callback to the screen, and set the form to save itself in our default submit handler. Valid form_types are: "system_settings" => values automatically saved to variables table. "normal" or BLANK…
fp_template.php in themes/classic/fp_template.php
fp_theme_location in includes/theme.inc
Return the theme location
fp_url in includes/misc.inc
This function will take a path, ex: "admin/config/module" and a query, ex: "nid=5&whatever=yes" And join them together, respecting whether or not clean URL's are enabled.
student_search_display_majors_search in modules/student_search/student_search.module
Display the majors search sub-tab, where we can select a major and see the students assigned to it.
student_search_display_search in modules/student_search/student_search.module
student_search_render_small_search in modules/student_search/student_search.module
This is meant to be called directly from the theme template, to draw the small search box in the corner of the screen.
system_init in modules/system/system.module
Called on every page load.
user_display_student_users in modules/user/user.module
Similar to user_display_users, except only for student users.
user_display_users in modules/user/user.module
Display our list of faculty/staff users in the system.
_AdvisingScreen::build_footnotes in classes/_AdvisingScreen.php
Constructs the HTML which will show footnotes for substitutions and transfer credits.
_AdvisingScreen::display_popup_group_select in classes/_AdvisingScreen.php
This function displays the popup which lets a user select a course to be advised into a group.
_AdvisingScreen::draw_popup_group_subject_select in classes/_AdvisingScreen.php
When the groupSelect has too many courses, they are broken down into subjects, and the user first selects a subject. This function will draw out that select list.