Advertisement
Guest User

Untitled

a guest
May 3rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         # Footer
  2.         contentFooterFirst = CONTENT
  3.         contentFooterFirst {
  4.             table = tt_content
  5.  
  6.             select {
  7.                 pidInList = {$pid.armacom.footer}
  8.  
  9.                 where = colPos = 110
  10.  
  11.                 orderBy = sorting
  12.  
  13.                 languageField = sys_language_uid
  14.             }
  15.         }
  16.  
  17.         contentFooterSecond < .contentFooterFirst
  18.         contentFooterSecond.select.where = colPos = 120
  19.  
  20.         contentFooterThird < .contentFooterThird
  21.         contentFooterThird.select.where = colPos = 130
  22.  
  23.         contentFooterFourth < .contentFooterFourth
  24.         contentFooterFourth.select.where = colPos = 140
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement