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 /calculators/index.php | |
parent | 907203d6f73ea8aa9de82126b57b9f694d24dd99 (diff) |
Move title path thing to page title
Diffstat (limited to 'calculators/index.php')
-rwxr-xr-x | calculators/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calculators/index.php b/calculators/index.php index c320f46..3fef317 100755 --- a/calculators/index.php +++ b/calculators/index.php @@ -5,7 +5,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"> |