diff options
author | Frankie B <floppydisk05@aol.com> | 2022-12-20 20:55:38 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-12-20 20:55:38 +0000 |
commit | 2195834edbc91935b70f937ce7a168d3a2e0c3b8 (patch) | |
tree | 501fe6ca2d4dbf3cb14dccae99e0d9994fe25b20 /me | |
parent | 907203d6f73ea8aa9de82126b57b9f694d24dd99 (diff) |
Move title path thing to page title
Diffstat (limited to 'me')
-rwxr-xr-x | me/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/me/index.php b/me/index.php index 7cfdff3..183a51e 100755 --- a/me/index.php +++ b/me/index.php @@ -6,7 +6,7 @@ <?php require('../inc/header.inc.php'); ?> <!-- Page-specific --> - <title>Calculators</title> + <?php require_once('../inc/title.inc.php') ?> <link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon"> <meta property="og:title" content="Calculators"> <meta property="og:description" content="C a l c u l a t o r s"> |