CodeIgniter 3 app for dinbestehjelper.no. Excludes vendor/, local backup folders (new/, archive/, archived/) and DB dumps (*.sql) via .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P16ttGUge8zj91dm6WrmEb
18 lines
448 B
PHP
18 lines
448 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<?php
|
|
include(getcwd().'/application/views/includes/head.php');
|
|
?>
|
|
<body class="is-preload">
|
|
<!-- Wrapper -->
|
|
<div id="wrapper">
|
|
<!-- Header -->
|
|
<!-- Menu -->
|
|
<!-- Main -->
|
|
<div id="main">
|
|
<div class="inner">
|
|
<?php
|
|
include(getcwd().'/application/views/includes/main-header.php');
|
|
?>
|
|
|