Quantcast
Channel: UncleCode.Com - Technology Blog» Drupal
Viewing all articles
Browse latest Browse all 8

Drupal- How to include a file in drupal template, theme like common Header, Footer

$
0
0
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.

Viewing all articles
Browse latest Browse all 8

Trending Articles