aboutsummaryrefslogtreecommitdiff
path: root/fn/fn.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-03-18 03:48:04 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-03-18 03:48:04 +0100
commit2060e198b1f9ac41deee93848417121fb1c066f5 (patch)
treeff3abf3f4af68cef081d19f3aa935079bdf25ad6 /fn/fn.php
parent3650a038f0a6c99d52723e9567d5f173c4398c3a (diff)
downloadwcms-2060e198b1f9ac41deee93848417121fb1c066f5.tar.gz
wcms-2060e198b1f9ac41deee93848417121fb1c066f5.zip
classes fonctionnelles
Diffstat (limited to 'fn/fn.php')
-rw-r--r--fn/fn.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/fn/fn.php b/fn/fn.php
index cef8a1c..0da8ba4 100644
--- a/fn/fn.php
+++ b/fn/fn.php
@@ -1,5 +1,3 @@
-<h4>functions</h4>
-
<?php
function bddconnect($host, $bdname, $user, $password)
{
@@ -27,7 +25,7 @@ function head($title) {
?>
<head>
<meta charset="utf8" />
- <link href="" rel="stylesheet" />
+ <link href="/css/style.css" rel="stylesheet" />
<title><?= $title ?></title>
</head>
<?php