| 4.7 common.inc | base_path() |
| 5 common.inc | base_path() |
| 6 common.inc | base_path() |
| 7 common.inc | base_path() |
| 8 common.inc | base_path() |
Returns the base URL path of the Drupal installation. At the very least, this will always default to /.
function base_path() {
return $GLOBALS['base_path'];
}