Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

tPl0ch

By: a guest on Apr 10th, 2008  |  syntax: None  |  size: 0.50 KB  |  hits: 102  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. temp.main_content=CONTENT
  2. temp.main_content {
  3.        
  4.         table=tt_content
  5.         wrap=|
  6.         select {
  7.  
  8.                 languageField=sys_language_uid
  9.                 max=10
  10.                 where=colPos=0
  11.                 selectFields=header,bodytext
  12.         }
  13.  
  14.         renderObj=COA
  15.         renderObj {
  16.  
  17.                 5 = TEXT
  18.                 5 {
  19.                         required=1
  20.                         wrap = <h1> | </h1>
  21.                         field=header
  22.                 }
  23.                 10 = TEXT
  24.                 10 {
  25.                         required=1
  26.                         wrap = <p> | </p>
  27.                         field=bodytext
  28.                 }
  29.                 wrap = <div class="box_w1>|<div class="hr"></div></div><br />
  30.         }
  31. }