initial commit

This commit is contained in:
2024-01-12 01:57:58 +01:00
commit c1ae171bc2
25 changed files with 9560 additions and 0 deletions

14
-inc/header.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
// Start the session
session_start();
$webpath = preg_replace('/(admin\/|)[a-zA-Z0-9_-]+\.\S+$/', '', $_SERVER['PHP_SELF']);;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TJ Olympia - Tréninky</title>
<link rel="stylesheet" href="<?php echo $webpath; ?>-inc/style.css">