diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 13:27:16 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2009-02-21 13:27:16 -0500 |
commit | ffae54c6d920593817de9b1370632d196615dc38 (patch) | |
tree | 131efd0b1572e679e465c1143989b688beeefc70 /index.php | |
parent | 7aa9ac5d5cc30752f7f7ae267492eaec2a917570 (diff) | |
download | pillowcase-ffae54c6d920593817de9b1370632d196615dc38.tar.gz pillowcase-ffae54c6d920593817de9b1370632d196615dc38.tar.bz2 pillowcase-ffae54c6d920593817de9b1370632d196615dc38.zip |
Popped date to the left, fixing centering problems
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 | ||