Ivan Sergio Borgonovo ha scritto:
I bet because paths in bootstrap.inc are relative. Wouldn't it be better to write a custom template for that page?
Nope, I need to use it for other pages, too (if it is possible).
You can redefine the *whole* page. You just have to write a custom page.tpl.php. It is described at page 115 in Pro Drupal Developement.
My scenario is this: I have a script that I need to incorporate into my template. The output of this script is generated from some data insert into a form that the script display. The script display this form into output page, too. When a news version of this script is ready, i need to delete the old one and insert the last script. So a drupal module is impossible to mantein.
I wouldn't work against the CMS and its api.
Me, too.
M.