diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-29 18:19:46 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-29 18:19:46 +0200 |
commit | 1f2802c277021ee981239be3466ebbd22c3946d8 (patch) | |
tree | 74ea3e308a125d35ffbd15a1113e88dfbe5c4086 /inc/classic-contents.inc.php | |
parent | Lowbat article remade (diff) | |
download | joe-www-1f2802c277021ee981239be3466ebbd22c3946d8.tar.gz joe-www-1f2802c277021ee981239be3466ebbd22c3946d8.tar.bz2 joe-www-1f2802c277021ee981239be3466ebbd22c3946d8.tar.xz joe-www-1f2802c277021ee981239be3466ebbd22c3946d8.tar.zst joe-www-1f2802c277021ee981239be3466ebbd22c3946d8.zip |
Better org
Diffstat (limited to 'inc/classic-contents.inc.php')
-rw-r--r-- | inc/classic-contents.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 0a7fb44..763ec0b 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -11,6 +11,8 @@ <!-- ----------------------------------------------------------------------- --> <?php +include "org.inc.php"; + function jo_head($title) { global $prefix; @@ -20,6 +22,7 @@ jo_head($title) { <title>Joe's own website - <?php echo "$title"; ?></title> <link rel="stylesheet" type="text/css" href="<?php echo $prefix; ?>css/site.css"> <meta charset="UTF-8"> + <?php jo_org_inc(); ?> </head> <body> <div class="fullpage"> @@ -39,6 +42,7 @@ jo_bloat_head($title) { <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" type="text/css" href="<?php echo $prefix; ?>css/site.css"> <meta charset="UTF-8"> + <?php jo_org_inc(); ?> </head> <body> <div class="fullpage"> |