diff options
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php index 951e2bb..50e381c 100755 --- a/index.php +++ b/index.php | |||
@@ -23,7 +23,7 @@ $getimage3 = mysql_fetch_array($getimage2); | |||
23 | </DIV> | 23 | </DIV> |
24 | 24 | ||
25 | <DIV CLASS="title"> | 25 | <DIV CLASS="title"> |
26 | <H1><?php echo($getimage3['title']); ?></H1> | 26 | <H2><?php echo($getimage3['title']); ?></H2> |
27 | </DIV> | 27 | </DIV> |
28 | </DIV> | 28 | </DIV> |
29 | 29 | ||