Changeset 84 for db


Ignore:
Timestamp:
Sep 30, 2007, 10:28:14 AM (17 years ago)
Author:
hosiplan
Message:

Trošku jsem předělal Formulář pro nové GM
A zase něco přidal a překopal v Online prohlížeči databáze

Location:
db
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • db/include/uvod.php

    r82 r84  
    11<?php
    2 if($vlozeni_souboru == "OK"){
     2if($vlozeni_souboru == "OK"){ 
    33?>
    44
  • db/obsah.php

    r82 r84  
    5252            if( !File_Exists($file) ){ $file = "./include/uvod.php"; };
    5353            }
    54           else{ $file = "./include/uvod.php"; };
     54          else{ $file = "./include/uvod.php"; $nadpis = "Úvod"; };
    5555?>
    5656        <h1><?php echo $nadpis; ?></h1>
  • db/post_read.php

    r82 r84  
    11<?php
    2 if($vlozeni_souboru == "OK"){
     2if($vlozeni_souboru == "OK"){ 
    33?>
    44
Note: See TracChangeset for help on using the changeset viewer.