7 calls to menu_convert_replacement_pattern()

AdvisingScreen.php in classes/AdvisingScreen.php
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.
fp_display_page in includes/theme.inc
Output the contents of the $page variable to the screen. $page is an array containing details about the page, as well as its original menu item (router_item) definition.
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.
l in includes/misc.inc
This works like Drupal's l() function for creating links. Ex: l("Click here for course search!", "tools/course-search", "abc=xyz&hello=goodbye", array("class" => "my-class")); Do not…
misc.inc in includes/misc.inc
This file contains misc functions for FlightPath
theme.inc in includes/theme.inc