Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

$base_path

Definition

documentation/globals.php

Description

The base path of the drupal installation. At least will default to /.

See also

conf_init()

Code

<?php
global $base_path;
?>