Guest User

Untitled

a guest
Oct 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. lib.contentElement = FLUIDTEMPLATE
  2. lib.contentElement {
  3. templateRootPaths {
  4. 0 = EXT:fluid_styled_content/Resources/Private/Templates/
  5. 10 = fileadmin/templates/HTMLTemplates/Extensions/fluid_styled_content/Resources/Private/Templates/
  6. }
  7. }
  8.  
  9. lib.content.col0 = CONTENT
  10. lib.content.col0 {
  11. table = tt_content
  12. select {
  13. where = colpos=0
  14. languageField = sys_language_uid
  15. orderBy = sorting
  16. }
  17. }
  18.  
  19. config.admPanel = 1
  20. page = PAGE
  21.  
  22. page.config.contentObjectExceptionHandler = 0
  23. page.10 < lib.content.col0
  24.  
  25. lib.content.col1 < lib.content.col0
  26. lib.content.col1.select.where = colpos=1
Add Comment
Please, Sign In to add comment