Ejemplo n.º 1
0
		$birthday->init_sql();
		$birthday->init_menu();
		$birthday->init_deps();
		$birthday->init_lang();
		$birthday->init_help();
	}
}
if (file_exists('../modules/calendar/class.calendar.php')) {
	include '../modules/calendar/class.calendar.php';
	$calendar = new calendar;
	if (!$module->activated('calendar') && $initmod) {
		$calendar->init_sql();
		$calendar->init_menu();
		$calendar->init_deps();
		$calendar->init_lang();
		$calendar->init_help();
	}
}
if (file_exists('../modules/ccdev/class.ccdev.php')) {
	include '../modules/ccdev/class.ccdev.php';
	$ccdev = new ccdev;
	if (!$module->activated('ccdev') && $initmod) {
		$ccdev->init_sql();
		$ccdev->init_menu();
		$ccdev->init_deps();
		$ccdev->init_lang();
		$ccdev->init_help();
	}
}
if (file_exists('../modules/ccdev_report/class.ccdev_report.php')) {
	include '../modules/ccdev_report/class.ccdev_report.php';