All pastes #930835 Raw Edit

Mine

public text v1 · immutable
#930835 ·published 2008-03-06 21:08 UTC
rendered paste body
lib.news_item_title = COA
lib.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
	  }
	}
}

temp.theNewsTitle = RECORDS
temp.theNewsTitle {
	source.field = field_container #the tt_news record holder-container, returns tt_news uid
	tables = tt_news
	conf.tt_news= TEXT
	conf.tt_news.field = title
	conf.pages < lib.news_item_title.10
}