$news->init_sql(); $news->init_menu(); $news->init_deps(); $news->init_lang(); $news->init_help(); } } if (file_exists('../modules/notes/class.notes.php')) { include '../modules/notes/class.notes.php'; $notes = new notes; if (!$module->activated('notes') && $initmod) { $notes->init_sql(); $notes->init_menu(); $notes->init_deps(); $notes->init_lang(); $notes->init_help(); } } if (file_exists('../modules/notifiable/class.notifiable.php')) { include '../modules/notifiable/class.notifiable.php'; $notifiable = new notifiable; if (!$module->activated('notifiable') && $initmod) { $notifiable->init_sql(); $notifiable->init_menu(); $notifiable->init_deps(); $notifiable->init_lang(); $notifiable->init_help(); } } if (file_exists('../modules/notifiable_report/class.notifiable_report.php')) { include '../modules/notifiable_report/class.notifiable_report.php';