Änderungen am Bluemarine-Thema

Blöcke aktivieren

  • Block: "Neue Beiträge" (rechte Spalte)
  • Block: "Empfehlungen" (rechte Spalte)
  • Block: "Beliebte Inhalte" (rechte Spalte)
  • Block: "What links here" (linke Spalte)

page.tpl.php

  • Titel unterhalb der Reiter anzeigen: im File page.tpl.php umreihen
    <h1 class="title"><?php print $title ?></h1>
    nach
    <div class="tabs"><?php print $tabs ?></div>
    verschieben

style.css

Am Ende anfügen:

/* MEINE ERGAENZUNGEN */
/* Sourcecode groesser anzeigen */
code {
  font-size: 1.2em;
}
/* Titel in schwarz statt grau */
h1.title {
  color: #000;
  //background-color: #eee;
}

Klassifikation

Drupal is:mein Thema