Changeset 2 for index.php


Ignore:
Timestamp:
Nov 25, 2008, 9:41:53 PM (15 years ago)
Author:
maron
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • index.php

    r1 r2  
    88        if (array_key_exists('spolco',$_GET)) {
    99                echo SPOLCO;
     10                show_article(1);
     11
     12        } else if (array_key_exists('sbor',$_GET)) {
     13                echo SBOR;
     14                show_article(2);
    1015
    1116        } else if (array_key_exists('rozpis',$_GET)) {
    1217                echo ROZPIS;
     18                show_article(3);
    1319
    1420        } else if (array_key_exists('Historie',$_GET)) {
    1521                echo HISTORIE;
     22                show_article(4);
    1623
    1724
    1825        } else if (array_key_exists('admin',$_GET)) {
    1926                echo ADMIN;
     27                show_article(5);
    2028
    21 
    22         } else if (array_key_exists('sbor',$_GET)) {
    23                 echo SBOR;
    2429
    2530        } else {
    2631        echo HEADPAGE;
     32                show_article(0);
    2733
    2834        }
Note: See TracChangeset for help on using the changeset viewer.