initial commit
This commit is contained in:
14
-inc/header.php
Normal file
14
-inc/header.php
Normal 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">
|
||||
Reference in New Issue
Block a user