[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 if (!defined('e107_INIT')) { exit; } 3 4 function pm_set_default_prefs() 5 { 6 $ret = array( 7 'title' => 'PMLAN_PM', 8 'animate' => '1', 9 'dropdown' => '0', 10 'read_timeout' => '0', 11 'unread_timeout' => '0', 12 'popup' => '0', 13 'popup_delay' => '', 14 'pm_class' => e_UC_MEMBER, 15 'notify_class' => e_UC_ADMIN, 16 'receipt_class' => e_UC_MEMBER, 17 'attach_class' => e_UC_ADMIN, 18 'attach_size' => 500, 19 'sendall_class' => e_UC_ADMIN, 20 'multi_class' => e_UC_ADMIN, 21 'allow_userclass' => '1' 22 ); 23 return $ret; 24 } 25 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |