8 calls to fp_get_system_settings()
Search API
- admin_advising_settings_form in modules/
admin/ admin.module - This is a systems settings form, which lets the user edit advising variabled for FlightPath.
- admin_get_de_catalog_year in modules/
admin/ admin.module - Get the "de_catalog_year" from the REQUEST. If it's not there or invalid, pull it from our system settings.
- advise_display_popup_group_select in modules/
advise/ advise.module - advise_init_advising_variables in modules/
advise/ advise.module - Takes various variables from the REQUEST and stores them in our advising_session_variables table for more convenient use later on.
- course_search_display_courses in modules/
course_search/ course_search.module - Show the user their select of courses.
- course_search_display_search in modules/
course_search/ course_search.module - Displays the search pulldown for the user to use to find courses.
- 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.
- _FlightPath::init in classes/
_FlightPath.php