Files
studiobeve.no/application/views/includes_20250312/skeleton-top.php
T
2025-10-04 11:38:07 +02:00

11 lines
197 B
PHP
Executable File

<!DOCTYPE html>
<html>
<?php
include(getcwd().'/application/views/includes/head.php');
?>
<body>
<?php
include(getcwd().'/application/views/includes/header.php');
?>