[drupal-devel] Quick question: Where is "themes" directory set?
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?
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
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.
participants (2)
-
Negyesi Karoly -
Steve Dondley