[TYPO3] Page resources

Tomas Mrozek mail at cascaval.com
Wed Jul 16 14:18:38 CEST 2008


> When you edit a page in the backend it's posible to add files to the 
> page. I'm wondering how this can be used.
> 
> Is it posible to use this option for a menu?

Yes. Start with something like this:

subparts.MY_MENU = HMENU
subparts.MY_MENU.1 = GMENU
subparts.MY_MENU.1 {
   noBlur = 1
   NO {
     XY = 150,50

     10 = IMAGE
     10 {
       file.import = uploads/media/
       file.import.field = media
       file.import.listNum = 0
     }
   }
}

Tomas Mrozek


More information about the TYPO3-english mailing list