dh_linklayout

Link formatierung

Formatiert links mit <a href="..:" class='linkExt' oder 'linkInt' oder 'linkMailto' und fügt Images hinzu.

Um die Formatierung auch für news zu verwenden ins Template:

# dh_linklayout für news
plugin.tt_news {
  general_stdWrap >
  general_stdWrap.parseFunc < tt_content.text.20.parseFunc
}

Images ausschalten

Um nur mit css zu formatieren:

tt_content.text.20.parseFunc {
  tags.link.typolink.userFunc {
    linkImgExt.wrap =
    linkImgExt.file =
 
    linkImgMailto.wrap =
    linkImgMailto.file =
  }
}
lib.parseFunc.tags.link.typolink.userFunc < tt_content.text.20.parseFunc.tags.link.typolink.userFunc

Erstellt: 07/2010| Geändert: 10/2015