Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Show Image from Page Properties (Headerimage) (See related posts)

Note:
1. Set the page type to 'advanced'
2. Upload an image in the page properties/Field 'Files'

   1  
   2  # HEADER IMG
   3  
   4  temp.headerimg = IMAGE
   5  temp.headerimg {
   6    //default image
   7    file = fileadmin/template/img/headerimg/darts.jpg
   8    
   9    // override it with an image inserted in page properties in field
  10    file.import.data = levelmedia: -1, "slide"
  11    file.import = uploads/media/
  12    file.import.listNum = 0
  13    file.import.override.field = media
  14    
  15    border = 0
  16    altText = xy
  17    titleText = xy
  18  
  19  }
  20  
  21  page.10 < temp.headerimg
  22  

You need to create an account or log in to post comments to this site.


Click here to browse all 5829 code snippets

Related Posts