Earnie Boyd ha scritto:
Bootstrap and all other Drupal includes are coded to be relative to the current directory. You need to chdir('..') and then include ./include/bootstrap.inc.
IT WORKS!!!! <?
chdir(".."); require_once './includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
$page = "io sono la pagina"; echo theme('page',$page); ?>
TNX TNX TNX
Now I'm doing more test. TNX TNX