Show sourcecode

The following files exists in this folder. Click to view.

webbutv3/word-app/components/

head.php
header.php

head.php

11 lines ASCII Windows (CRLF)
1
2
3
4
5
6
7
8
9
10
11
<?php
include_once(dirname(__FILE__) . "/../ini/ini.php");
include_once(
BASE_PATH "/util/db_connect.php");
include_once(
BASE_PATH "/util/util.php");
?>

<link rel="stylesheet" href="<?php echo path_to_url(BASE_PATH "/public/style.css"?>">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="<?php echo path_to_url(BASE_PATH "/public/PageElement.js"?>"></script>
<title>Document</title>