$base_path
Definition
Description
The base path of the drupal installation. At least will default to /.
See also
Code
<?php
global $base_path;
?> The base path of the drupal installation. At least will default to /.
<?php
global $base_path;
?>