[drupal-devel] Quick question: Where is "themes" directory set?
Steve Dondley
s at dondley.com
Mon Jan 24 22:25:31 UTC 2005
Negyesi Karoly wrote:
>On Monday 24 January 2005 23.10, Steve Dondley wrote:
>
>
>>I'm trying to determine where in the code Drupal sets the "themes"
>>directory as the directory to search for themes. I'm having no luck.
>>Can someone give me a quick hand?
>>
>>
>
>find . -type f -exec grep -H "'themes'" {} \;
>
>system_theme_data in modules/system.module
>xtemplate_templates in themes/engines/xtemplate/xtemplate.engine
>
>
>
OK, all I was doing was
grep 'themes' * -r
Thanks.
More information about the drupal-devel
mailing list