- Timestamp:
- Sep 30, 2007, 10:28:14 AM (17 years ago)
- Location:
- db
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
db/include/uvod.php
r82 r84 1 1 <?php 2 if($vlozeni_souboru == "OK"){ 2 if($vlozeni_souboru == "OK"){ 3 3 ?> 4 4 -
db/obsah.php
r82 r84 52 52 if( !File_Exists($file) ){ $file = "./include/uvod.php"; }; 53 53 } 54 else{ $file = "./include/uvod.php"; };54 else{ $file = "./include/uvod.php"; $nadpis = "Úvod"; }; 55 55 ?> 56 56 <h1><?php echo $nadpis; ?></h1> -
db/post_read.php
r82 r84 1 1 <?php 2 if($vlozeni_souboru == "OK"){ 2 if($vlozeni_souboru == "OK"){ 3 3 ?> 4 4
Note:
See TracChangeset
for help on using the changeset viewer.