summary refs log tree commit diff stats
path: root/index.php
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2009-02-21 13:27:16 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2009-02-21 13:27:16 -0500
commitffae54c6d920593817de9b1370632d196615dc38 (patch)
tree131efd0b1572e679e465c1143989b688beeefc70 /index.php
parent7aa9ac5d5cc30752f7f7ae267492eaec2a917570 (diff)
downloadpillowcase-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-xindex.php2
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