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 /blank | |
parent | 907203d6f73ea8aa9de82126b57b9f694d24dd99 (diff) |
Move title path thing to page title
Diffstat (limited to 'blank')
-rwxr-xr-x | blank/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blank/index.php b/blank/index.php index ae08eb1..9962303 100755 --- a/blank/index.php +++ b/blank/index.php @@ -6,7 +6,7 @@ <?php require('../inc/header.inc.php'); ?> <!-- Page-specific --> - <title>Bookmarks</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="title"> <meta property="og:description" content="description"> |