theme_book_title_link

  1. drupal
    1. drupal6
    2. drupal7
Versionen
drupal6 – drupal7 theme_book_title_link($link)

Generate the HTML output for a link to a book title when used as a block title.

Verwandte Themen

Code

modules/book/book.module, line 284

<?php
function theme_book_title_link($link) {
  $link['options']['attributes']['class'] =  'book-title';

  return l($link['title'], $link['href'], $link['options']);
}
?>

Kommentare

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen

Kommentar hinzufügen

Der Inhalt dieses Feldes wird nicht öffentlich zugänglich angezeigt.
  • Internet- und E-Mail-Adressen werden automatisch umgewandelt.
  • Zulässige HTML-Tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Zeilen und Absätze werden automatisch erzeugt.

Weitere Informationen über Formatierungsoptionen