Drupal

An open source content management platform.

Drupal

Space after title in Garland node listings

Question: 

How do I get a bit of space between the title and first node in garland node listings?

Answer: 

Edit the node.tpl.php template in the garland theme and add a <br /> before the node title.

    <?php if ($page == 0): ?>
          <br />

Quick start checklist for Drupal

Prerequisites

Apache needs module php5_mbstring.
Apache should have rewrite to support clean URLs.

Syndicate content