Hi at all guys,

I'm new to drupal, but i already love it.

The problem is: i have to use a code (is the code for my template header) that is the same for all pages of my template (for example is the same for "page.tpl.php" and for "page--first.tpl.php", but in "page--first.tpl.php" i modify other things and my header is the same for "page.tpl.php") and if i tomorrow decide to change it, i have to modify just one time the code of my "header.inc.php" that i included in all pages of my template with this code: include $directory."/templates/inc-header.php";

My work, this code, works. But i get an error in the pages of admin: "Strict warning: Only variables should be passed by reference in include() (line 1 of C:\templates\page--front.tpl.php)".

Where i fail?

Thanks at all in advance.