simple theme (Drupal 4 Bloggers)

Component ID

8365

Component name

simple theme (Drupal 4 Bloggers)

Component type

theme

Component security advisory coverage

not-covered

Downloads

179

Component created

Component changed

Component body

This is theme designed to make it simple to customize your own theme by using simple tags. (see below). This themes requires tag.module to work properly.

   <div class="node">
      <h2 class="date"><$DPNodeDate(&#039;F d, Y&#039;)$></h2>
      <h2><a href="/<$DPNodeURL$>" title="<$DPNodeTitle$>"><$DPNodeTitle$></a></h2>
    <$DPIfCategories$><div class="info">&raquo; <$DPForEachCategory$><$DPCategory$><$DPEndForEach$></div><$DPEndIf$>
    <$DPIfNode(&#039;static&#039;)$><div class="static">(static)</div><$DPEndIf$>
    <div class="content">
      <$DPContent$>
    </div>
    <div class="info">
       Post by <$DPNodeName$> on <$DPNodeDate(&#039;medium&#039;)$>
      <$DPIfLinks$>
         :: <$DPForEachLink$><$DPIfFirstLink$><$DPLink$><$DPElse$> | <$DPLink$><$DPEndIf$><$DPEndForEach$>
      <$DPEndIf$>
    </div>
  </div>