Advertisement
tomasnorre

data + wrap subparts

Jul 19th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. lib.footer = TEXT
  2. lib.footer.data = date : Y
  3. lib.footer.wrap = © 2008-| • Fritdrop.dk - Tomas Norre Mikkelsen
  4.  
  5. temp.mainTemplate = TEMPLATE
  6. temp.mainTemplate {
  7.     template = FILE
  8.     template.file = fileadmin/templates/htmlfiles/index.html
  9.  
  10.     # Select only the content between the <body>-tags
  11.     workOnSubpart = DOCUMENT_BODY
  12.  
  13.     subparts {
  14.     footer < lib.footer
  15.    }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement