Changeset 109 for db/hlavni.php
- Timestamp:
- Oct 14, 2007, 1:35:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
db/hlavni.php
r102 r109 6 6 <head> 7 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 8 9 <meta name="Description" content="<?php echo $Config['DB_read']['Description']; ?>"> 8 <?php if( $id == "logout" OR ($id == "login" AND !empty($SID) ) ){ ?> 9 <meta http-equiv="refresh" content="2;url=./index.php?id=uvod<?php echo $SID; ?>" /> 10 <?php }; ?> 11 <meta name="Description" content="<?php echo $Config['DB_read']['DB_read']['Description']; ?>"> 10 12 <meta name="robots" content="all, follow"> 11 13 <link rel="stylesheet" type="text/css" href="css/css.php"> 12 14 <link rel="shortcut icon" href="img/favicon.ico"> 13 15 <script src="js/scripty.js" type="text/javascript"></script> 14 <title><?php echo $Config['DB_read'][' Title']; ?></title>16 <title><?php echo $Config['DB_read']['DB_read']['Title']; ?></title> 15 17 </head> 16 18 <body>
Note:
See TracChangeset
for help on using the changeset viewer.