diff options
Diffstat (limited to 'guestbook')
-rwxr-xr-x | guestbook/index.php | 2 | ||||
-rwxr-xr-x | guestbook/submit.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/guestbook/index.php b/guestbook/index.php index f8e3085..42e156b 100755 --- a/guestbook/index.php +++ b/guestbook/index.php @@ -6,7 +6,7 @@ <?php require('../inc/header.inc.php'); ?> <!-- Page-specific --> - <title>Guestbook</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="Guestbook"> <meta property="og:description" content="h"> diff --git a/guestbook/submit.php b/guestbook/submit.php index 6c377b3..dfe22f7 100755 --- a/guestbook/submit.php +++ b/guestbook/submit.php @@ -6,7 +6,7 @@ <?php require('../inc/header.inc.php'); ?> <!-- Page-specific --> - <title>Guestbook</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:image" content="/res/img/icons/png/computer.png">--> </head> |