24 Jan
2005
24 Jan
'05
11:25 p.m.
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.