diff options
Diffstat (limited to 'computers/index.php')
-rwxr-xr-x | computers/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/computers/index.php b/computers/index.php index e140dd4..e1d010a 100755 --- a/computers/index.php +++ b/computers/index.php @@ -6,7 +6,7 @@ <?php require('../inc/header.inc.php'); ?> <!-- Page-specific --> - <title>Computers</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="Computers"> <meta property="og:description" content="Computers I own or have owned."> |