$orria = $_GET['orria']; switch ($orria){ case aurkezpena: include('aurkezpena.html'); break; case agenda: include('agenda.php'); break; case diskografia: include('diskografia.html'); break; case harremanetarako: include('harremanetarako.html'); break; case kontratazioa: include('kontratazioa.php'); break; case argazkiak: include('argazkiak.html'); break; case joetahautsi: include('joetahautsi.html'); break; case tapiatarren: include('tapiatarren.html'); break; case juergasmoan: include('juergasmoan.html'); break; case dultzemeneoa: include('dultzemeneoa.html'); break; case band: include('band.html'); break; case ero: include('ero.html'); break; case d1998: include('d1998.html'); break; case amuriza: include('amuriza.html'); break; case hainzuzen: include('hainzuzen.html'); break; case k0102: include('k01-02.html'); break; case k0103: include('k01-03.html'); break; case k0108: include('k01-08.html'); break; case k0109: include('k01-09.html'); break; case k0112: include('k01-12.html'); break; case k0301: include('k03-01.html'); break; case k0302: include('k03-02.html'); break; case k0303: include('k03-03.html'); break; case k0304: include('k03-04.html'); break; case k0308: include('k03-08.html'); break; case k0309: include('k03-09.html'); break; case k0310: include('k03-10.html'); break; case k0311: include('k03-11.html'); break; case k0312: include('k03-12.html'); break; case k0313: include('k03-13.html'); break; case k0401: include('k04-01.html'); break; case k0402: include('k04-02.html'); break; case k0405: include('k04-05.html'); break; case k0406: include('k04-06.html'); break; case k0408: include('k04-08.html'); break; case k0409: include('k04-09.html'); break; case k0410: include('k04-10.html'); break; case k0413: include('k04-13.html'); break; case k0414: include('k04-14.html'); break; case k0501: include('k05-01.html'); break; case k0502: include('k05-02.html'); break; case k0503: include('k05-03.html'); break; case k0504: include('k05-04.html'); break; case k0505: include('k05-05.html'); break; case k0506: include('k05-06.html'); break; case k0508: include('k05-08.html'); break; case k0509: include('k05-09.html'); break; case k0510: include('k05-10.html'); break; case k0511: include('k05-11.html'); break; case k0512: include('k05-12.html'); break; case k0513: include('k05-13.html'); break; case k0514: include('k05-14.html'); break; case k0515: include('k05-15.html'); break; case k0516: include('k05-16.html'); break; case k0517: include('k05-17.html'); break; case k0601: include('k06-01.html'); break; case k0602: include('k06-02.html'); break; case k0603: include('k06-03.html'); break; case k0604: include('k06-04.html'); break; case k0605: include('k06-05.html'); break; case k0606: include('k06-06.html'); break; case k0607: include('k06-07.html'); break; case k0608: include('k06-08.html'); break; case k0609: include('k06-09.html'); break; case k0611: include('k06-11.html'); break; case k0612: include('k06-12.html'); break; case k0613: include('k06-13.html'); break; case k0704: include('k07-04.html'); break; case k0705: include('k07-05.html'); break; case k0713: include('k07-13.html'); break; case k0728: include('k07-28.html'); break; case k0729: include('k07-29.html'); break; case k0740: include('k07-40.html'); break; case k0741: include('k07-41.html'); break; case k0801: include('k08-01.html'); break; case k0802: include('k08-02.html'); break; case k0803: include('k08-03.html'); break; case k0804: include('k08-04.html'); break; case k0805: include('k08-05.html'); break; case k0806: include('k08-06.html'); break; case k0807: include('k08-07.html'); break; case k0808: include('k08-08.html'); break; case k0809: include('k08-09.html'); break; case k0810: include('k08-10.html'); break; case k0811: include('k08-11.html'); break; case k0812: include('k08-12.html'); break; case k0813: include('k08-13.html'); break; case k0901: include('k09-01.html'); break; case k0902: include('k09-02.html'); break; case k0903: include('k09-03.html'); break; case k0904: include('k09-04.html'); break; case k0905: include('k09-05.html'); break; case k0906: include('k09-06.html'); break; case k0907: include('k09-07.html'); break; case k0909: include('k09-09.html'); break; case k0910: include('k09-10.html'); break; case k0912: include('k09-12.html'); break; case k0913: include('k09-13.html'); break; // <-- bi barrote hauek komentario bat adierazi nahi dute // default: hau da index.php denean, bariable gabe. default: include ('aurkezpena.html'); } ?> |