oh, awesome. thanks. that just saved me like 8 lines of code and made things a little more guaranteed to work. also a note to anyone else doing this, i put after that code: array_unshift($themes, 'default'); so that was in the list too.
thanks again! On Jan 28, 11:42 pm, Gwoo <[EMAIL PROTECTED]> wrote: > $Folder = new Folder(VIEWS . 'themed'); > list($themes, $files) = $Folder->read(); > > should work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
