php/heslo/index.php
changeset 3 74a6a363ff9e
parent 2 4137ab2aab4b
child 5 4876ffcfcb70
     1.1 --- a/php/heslo/index.php	Tue May 05 16:49:30 2009 +0200
     1.2 +++ b/php/heslo/index.php	Tue May 05 17:08:09 2009 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4  <?php
     1.5 +require('lib/funkce.inc.php');
     1.6 +zahlavi('Změna hesla');
     1.7  
     1.8 -/** Jednoduchý skript sloužící ke změně hesla */
     1.9  
    1.10 -include("html/hlavicka.html");
    1.11 +htmlZnacka('p','tady si můžeš změnit heslo :-)"/>');
    1.12  
    1.13 -include("html/paticka.html");
    1.14 -
    1.15 -?>
    1.16 \ No newline at end of file
    1.17 +zapati();
    1.18 +?>