-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
28 lines (20 loc) · 924 Bytes
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
require_once('Common/Layouts.php');
require_once('Common/Common.php');
displayHeader();
echo '
<table width="800" id="about" >
<tr width="800">About:<br />
<br />
CheckSmyths is a website that can check current stock level for a product in all stores on Toys.ie.<br />
<br />
It is particularly useful for bargain hunters has it can quickly tell you if there is any stock of an item in the country!<br />
<br />
CheckSmyths is not affiliated with Smyths in anyway.<br />
<br />
Please note for data purposes the website keeps a record of what item was searched for and what time the search was made,<br />
in future this may be used for a "most searched for" section. There is no other information that product number and a time stamp<br />
(time and date) recorded. Please contact me if you feel this is a problem.<br />
</tr>';
displayFooter();
?>