diff options
Diffstat (limited to 'guestbook')
-rwxr-xr-x | guestbook/index.php | 4 | ||||
-rwxr-xr-x | guestbook/submit.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/guestbook/index.php b/guestbook/index.php index 42e156b..c1f0760 100755 --- a/guestbook/index.php +++ b/guestbook/index.php @@ -7,10 +7,10 @@ <!-- Page-specific --> <?php require_once('../inc/title.inc.php') ?> - <!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">--> + <link rel="shortcut icon" href="../res/img/icons/ico/help-book.ico" type="image/x-icon"> <meta property="og:title" content="Guestbook"> <meta property="og:description" content="h"> - <!--<meta property="og:image" content="/res/img/icons/png/computer.png">--> + <meta property="og:image" content="/res/img/icons/png/help-book.png"> </head> <body> <div class="page"> diff --git a/guestbook/submit.php b/guestbook/submit.php index 1799dd7..459d42a 100755 --- a/guestbook/submit.php +++ b/guestbook/submit.php @@ -7,7 +7,7 @@ <!-- Page-specific --> <?php require_once('../inc/title.inc.php') ?> - <!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">--> + <link rel="shortcut icon" href="../res/img/icons/ico/help-book.ico" type="image/x-icon"> <!--<meta property="og:image" content="/res/img/icons/png/computer.png">--> </head> <body> @@ -64,7 +64,7 @@ } ?> <br><br> - <a href="./">Back</a> + <a href="/guestbook/">Back</a> </div> <!-- content --> <div id="footer" class="pagefooter"> |