Here is how you can include a common header, footer in drupal-
<?php include ($directory."/includes/header.php"); ?>
“$directory” is a variable automatically available in Drupal which holds the value of a path to your currently executed theme.
UncleScript.Com – Technology Blog
Blog Dedicated to Open Source Technology
Here is how you can include a common header, footer in drupal-
<?php include ($directory."/includes/header.php"); ?>
“$directory” is a variable automatically available in Drupal which holds the value of a path to your currently executed theme.