constant FLIGHTPATH_VERSION

  1. 7.x bootstrap.inc FLIGHTPATH_VERSION
  2. 6.x bootstrap.inc FLIGHTPATH_VERSION
  3. 5.x bootstrap.inc FLIGHTPATH_VERSION
7 uses of FLIGHTPATH_VERSION
fp_get_module_details in includes/misc.inc
Simply returns the module's row from the modules table, if it exists.
misc.inc in includes/misc.inc
This file contains misc functions for FlightPath
system.module in modules/system/system.module
system_modules_form in modules/system/system.module
This is the form which an admin may use to manage the modules in the system.
system_status in modules/system/system.module
Implementation of hook_status Expected return is array( "severity" => "normal" or "warning" or "alert", "status" => "A message to display to the user.", );

... See full list

File

./bootstrap.inc, line 65
This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.

Code

define('FLIGHTPATH_VERSION', '%FP_VERSION%')