base_path
- Versions
- 4.7 – 7
base_path()
Returns the base URL path of the Drupal installation. At the very least, this will always default to /.
Code
includes/common.inc, line 1713
<?php
function base_path() {
return $GLOBALS['base_path'];
}
?>Login or register to post comments 