
commit
3bd628a992
4 changed files with 26 additions and 0 deletions
@ -0,0 +1,2 @@ |
|||
# PHP project template |
|||
|
@ -0,0 +1,3 @@ |
|||
|
|||
</body> |
|||
</html> |
@ -0,0 +1,8 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="cs"> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title><?php echo "$title"; ?></title> |
|||
</head> |
|||
<body> |
@ -0,0 +1,13 @@ |
|||
<?php |
|||
|
|||
$title = "Šablona"; |
|||
|
|||
include "header.php"; |
|||
|
|||
echo "php project template"; |
|||
|
|||
include "footer.php"; |
|||
|
|||
?> |
|||
|
|||
|
Loading…
Reference in new issue