__FILE__, 'name' => 'ImportarPerfil', 'version' => '1.0', 'author' => array( 'Franco Iacomella' ) ); $dtgIP = dirname( __FILE__ ); $dir = dirname( __FILE__ ) . '/'; $wgAutoloadClasses['ImportarPerfilHooks'] = $dir . 'ImportarPerfil.class.php'; $wgHooks['LocalUserCreated'][] = 'ImportarPerfilHooks::afterAddNewAccount'; $wgSpecialPages['ImportarPerfil'] = 'DTImportarPerfil'; $wgAutoloadClasses['DTImportarPerfil'] = $dtgIP . '/specials/ImportarPerfil.php'; $wgMessagesDirs['ImportarPerfil'] = __DIR__ . '/i18n';