DMail Milestone 1.0
Drupal Mail Client
dmail.inc
Go to the documentation of this file.
00001 <?php
00002 //$rootpath = drupal_get_path('module', 'dmail');
00003 $rootpath = dirname(dirname(__FILE__));
00004 $include = "$rootpath/include";
00005 $lib = "$rootpath/lib";
00006 
00007 $requires = scandir($lib);
00008 foreach ($requires as $require) {
00009   if (is_file($require)) {
00010     require_once($require);
00011   }
00012 }
All Data Structures Files Functions Variables Enumerations