Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # PAGE object
  2. page = PAGE
  3. page.10 = FLUIDTEMPLATE
  4. page.10 {
  5.   format = html
  6.   file = fileadmin/templates/layouts/main_layout.html
  7.   partialRootPath = fileadmin/templates/partials/
  8.   layoutRootPath = fileadmin/templates/layouts/
  9.   variables {    
  10.     content_1 < styles.content.get
  11.     content_1.select.where = colPos = 0
  12.    
  13.     content_2 < styles.content.get
  14.     content_2.select.where = colPos = 1
  15.    
  16.     content_3 < styles.content.get
  17.     content_3.select.where = colPos = 2
  18.    
  19.     page_title = TEXT
  20.     page_title.value = Penis!
  21.   }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement