$page = 'catalog'; $title = 'Catálogo'; include 'head.php'; if ( isset($_GET['cat']) ) { if ( $_GET['cat'] == 'class-a' ) { if ( !isset($_GET['subcat']) ) { goto a; } elseif ( isset($_GET['subcat']) ) { if ( $_GET['subcat'] == 'billiards' ) { goto billiards; } elseif ( $_GET['subcat'] == 'tablefootball' ) { goto tablefootball; } elseif ( $_GET['subcat'] == 'airtable' ) { goto airtable; } } } } ?>
goto fi; a: ?> goto fi; billiards: ?> goto fi; tablefootball: ?> goto fi; airtable: ?> fi: include 'base.php' ?>