00001 <?php 00002 00018 // $Id$ 00019 00020 00021 switch ($op) { 00022 case 'index': 00023 case 'readers': 00024 case 'authors': 00025 define('HANDLER_CLASS', 'InformationHandler'); 00026 import('pages.information.InformationHandler'); 00027 break; 00028 } 00029 00030 ?>
1.4.7