1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-07-27 02:01:58 -07:00

Fix more https images

This commit is contained in:
Alex (Xkeeper)
2016-04-22 12:41:29 -07:00
parent 39726935cc
commit 4b471f6500
4 changed files with 4 additions and 4 deletions

Binary file not shown.

After

(image error) Size: 6.8 KiB

Binary file not shown.

After

(image error) Size: 5.6 KiB

@@ -1,5 +1,5 @@
<?php <?php
$boardtitle='<img src="http://jul.rustedlogic.net/xkeeper/img/pointlessbannerv2.png">'; $boardtitle='<img src="images/pointlessbannerv2.png">';
$newthreadpic='New thread'; $newthreadpic='New thread';
$newreplypic='New reply'; $newreplypic='New reply';
$bgimage='images/desolation/desolation.jpg'; $bgimage='images/desolation/desolation.jpg';

@@ -11,7 +11,7 @@
$numcols = 100; # Width of text entry, just use css extra again $numcols = 100; # Width of text entry, just use css extra again
# Banner; comment for default # Banner; comment for default
$boardtitle = '<img src="http://jul.rustedlogic.net/xkeeper/img/pointlessbannerv2-2.png" title="Illegal in 10 states!">'; $boardtitle = '<img src="images/pointlessbannerv2-2.png" title="Illegal in 10 states!">';
# Page background color, background image, and text color # Page background color, background image, and text color
$bgcolor = '000810'; $bgcolor = '000810';