It&#39;s bad practice for themes to have module dependencies like that. There is no centralized standard for tracking modules that a theme depends on. You&#39;ll have to go through the entire theme looking for references to modules.<div>

<br></div><div>If you want to be kind to the next person who has to maintain the site, you could break out any template code that has module dependency as a custom module or Feature, so that the module dependencies can be declared.</div>

<div><br></div><div>David Landry<br><br><div class="gmail_quote">On Thu, Sep 1, 2011 at 3:09 PM, Bert Van Kets <span dir="ltr">&lt;<a href="mailto:mailing@vankets.com">mailing@vankets.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi all,<br>
<br>
is there any easy way to know what modules a theme is depending on?<br>
I have a theme from a Drupal 6 site with a multitude of installed<br>
modules. When I use the theme on a plain vanilla Drupal install a blank<br>
page is installed.<br>
I really do not want to go through all the tpl files to see what modules<br>
are referenced. How is a problem like this tackled?<br>
<br>
Thanks.<br>
<br>
Bert<br>
_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
</blockquote></div><br></div>