Drupal 7. Output fields on page
In last lessons while setting content type we learnt, that we can add our fields. Today we will output this fields to the page in our theme
There are two essence in page.tpl.php – $page and $node. $page array stores theme regions. Node object store including node fields. We will use this object in today lesson
0 Comments