All pastes #930879 Raw Edit

Mine

public text v1 · immutable
#930879 ·published 2008-03-06 21:24 UTC
rendered paste body
temp.news_item_title = COA
temp.news_item_title {
	10 = IMAGE
	10.params = class="content-title"
	10.file = GIFBUILDER
	10.file {
	  XY = [1.w]+10,57
	  1 = TEXT
	  1 {
	    text.field = abstract
	    offset = 5,38
	    align = left
	    fontFile = t3lib/fonts/folio/FolioStd-Light.otf
	    fontSize = 50
	    fontColor = #898989
	    niceText = 1
	  }
	}
}

lib.news_item_title = RECORDS
lib.news_item_title {
	source.field = field_container
	tables = tt_news
	conf.tt_news= TEXT
	conf.tt_news.field = title
	conf.tt_news < temp.news_item_title
}