mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Fixes #6941
This commit is contained in:
@@ -298,5 +298,6 @@
|
|||||||
'icons/spideros_icons/sos_11.png',
|
'icons/spideros_icons/sos_11.png',
|
||||||
'icons/spideros_icons/sos_12.png',
|
'icons/spideros_icons/sos_12.png',
|
||||||
'icons/spideros_icons/sos_13.png',
|
'icons/spideros_icons/sos_13.png',
|
||||||
'icons/spideros_icons/sos_14.png'
|
'icons/spideros_icons/sos_14.png',
|
||||||
|
'html/images/ntlogo.png'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -227,7 +227,7 @@
|
|||||||
t = replacetext(t, "\[/grid\]", "</td></tr></table>")
|
t = replacetext(t, "\[/grid\]", "</td></tr></table>")
|
||||||
t = replacetext(t, "\[row\]", "</td><tr>")
|
t = replacetext(t, "\[row\]", "</td><tr>")
|
||||||
t = replacetext(t, "\[cell\]", "<td>")
|
t = replacetext(t, "\[cell\]", "<td>")
|
||||||
t = replacetext(t, "\[logo\]", "<img src = http://baystation12.net/wiki/logo.png>")
|
t = replacetext(t, "\[logo\]", "<img src = html/images/ntlogo.png>")
|
||||||
|
|
||||||
t = "<font face=\"[deffont]\" color=[P ? P.colour : "black"]>[t]</font>"
|
t = "<font face=\"[deffont]\" color=[P ? P.colour : "black"]>[t]</font>"
|
||||||
else // If it is a crayon, and he still tries to use these, make them empty!
|
else // If it is a crayon, and he still tries to use these, make them empty!
|
||||||
|
|||||||
BIN
html/images/ntlogo.png
Normal file
BIN
html/images/ntlogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
Reference in New Issue
Block a user