diff options
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"> |