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

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

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

View File

@ -11,7 +11,7 @@
$numcols = 100; # Width of text entry, just use css extra again
# 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
$bgcolor = '000810';
@ -79,4 +79,4 @@
body, .tdbg1, .tdbg2 {background-attachment: fixed; background-position: top-left;}
input, textarea, select {border: 1px solid #008;}
";