16 calls to fp_theme_location()

admin_display_groups in modules/admin/admin.groups.inc
This function will display a list of all our groups.
admin_display_groups_popup_select_icon in modules/admin/admin.groups.inc
This popup is called from the edit group page. It lets the user select an icon to assign to a group.
admin_edit_group_form in modules/admin/admin.groups.inc
This function lets the user edit a group.
AdvisingScreen::build_footnotes in classes/AdvisingScreen.php
Constructs the HTML which will show footnotes for substitutions and transfer credits.
AdvisingScreen::display_popup_course_description in classes/AdvisingScreen.php
Displays the contents of the Descripton tab for the course popup.
AdvisingScreen::display_screen in classes/AdvisingScreen.php
This function generates the HTML to display the screen. Should be used in conjunction with output_to_browser()
AdvisingScreen::draw_course_row in classes/AdvisingScreen.php
This is used by lots of other functions to display a course on the screen. It will show the course, the hours, the grade, and quality points, as well as any necessary icons next to it.
AdvisingScreen::draw_group_select_row in classes/AdvisingScreen.php
This draws the "blank row" for a group on the degree plan, which instructs the user to click on it to select a course from the popup.
AdvisingScreen::draw_popup_group_select_course_row in classes/AdvisingScreen.php
Used in the group selection popup, this will display a course with a radio button next to it, so the user can select it.
AdvisingScreen::output_to_browser in classes/AdvisingScreen.php
This method outputs the screen to the browser by performing an include(path-to-theme-file.php). All necessary information must be placed into certain variables before the include happens.
course_search_display_courses in modules/course_search/course_search.module
Show the user their select of courses.
course_search_display_edit_courses in modules/course_search/course_search.edit.inc
Display a plain list of courses, making it easier for admins to edit schedules and details in one spot.
fp_render_tab_array in includes/theme.inc
Given a propperly formatted tab_array, this will return the HTML to draw it on a page.
hook_menu in includes/hook.api.php
Allows modules to specify valid URLs in FlightPath, and define what function to call when the user visits that URL.
student_search_query_advisees in modules/student_search/student_search.module
The limit is how many we will query, and also how many will appear on the page at one time.
system_init in modules/system/system.module
Called on every page load.