commit 877d0aa6416322ece94fad0870c05090bf50d371 parent 091cc7bcc2412846fbbd06052bdba2a9b00803a7 Author: Nixx <nixx@firemail.cc> Date: Tue, 29 Dec 2020 14:05:17 +0000 Organised heads into own directory, cosmetics. Diffstat:
13 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/images/backgrounds/city-bg.gif b/images/backgrounds/city-bg.gif Binary files differ. diff --git a/images/backgrounds/saturn-bg.gif b/images/backgrounds/saturn-bg.gif Binary files differ. diff --git a/images/backgrounds/street-bg.gif b/images/backgrounds/street-bg.gif Binary files differ. diff --git a/images/head.gif b/images/heads/head.gif Binary files differ. diff --git a/images/head2.gif b/images/heads/head2.gif Binary files differ. diff --git a/images/head3.gif b/images/heads/head3.gif Binary files differ. diff --git a/images/head4.gif b/images/heads/head4.gif Binary files differ. diff --git a/images/head5.gif b/images/heads/head5.gif Binary files differ. diff --git a/images/head6.gif b/images/heads/head6.gif Binary files differ. diff --git a/images/head7.gif b/images/heads/head7.gif Binary files differ. diff --git a/images/heads/head8.gif b/images/heads/head8.gif Binary files differ. diff --git a/images/heads/head9.gif b/images/heads/head9.gif Binary files differ. diff --git a/includes/aside.php b/includes/aside.php @@ -5,7 +5,7 @@ if (!$root) { $returnlink = $root; } $indexfile = "_index.php"; -$heads = array("head.gif", "head2.gif", "head3.gif", "head4.gif", "head5.gif", "head6.gif", "head7.gif"); +$heads = array("head.gif", "head2.gif", "head3.gif", "head4.gif", "head5.gif", "head6.gif", "head7.gif", "head8.gif", "head9.gif"); $usehead = array_rand($heads); function asideLink ($linkname, $page, $root) { @@ -26,7 +26,7 @@ function asideSubLink ($linkname, $root, $indexfile) { } } -echo '<div class="asidehomeimage centre"><a href="'.$root.'home.php"><img src="'.$root.'images/'.$heads[$usehead].'" alt="Home" /></a></div>'; +echo '<div class="asidehomeimage centre"><a href="'.$root.'home.php"><img src="'.$root.'images/heads/'.$heads[$usehead].'" alt="Home" /></a></div>'; echo '<span class="asidehometext"><a href="'.$root.'home.php">Home</a></span>'; echo '<ul class="blogbox">'; echo '<li class="coloureditalic centre">Blogs</li>';