18.10.2016 Views

Drupal 7 Module Development

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 4<br />

// Only display the wrapper div if there are links.<br />

$links = render($content['links']);<br />

if ($links):<br />

?><br />

<br />

<br />

<br />

As you can see, these convenience functions make it easier to tear apart, wrap, or<br />

remove pieces of render arrays.<br />

So, let's create our single-blog-block-item.tpl.php template:<br />

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!