mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-25 09:11:58 -07:00
Fix more https images
This commit is contained in:
BIN
images/pointlessbannerv2-2.png
Normal file
BIN
images/pointlessbannerv2-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
images/pointlessbannerv2.png
Normal file
BIN
images/pointlessbannerv2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
@@ -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';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
@@ -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;}
|
||||
";
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user