mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Updated server admin announcements (#7950)
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
4
modular_chomp/code/__defines/span.dm
Normal file
4
modular_chomp/code/__defines/span.dm
Normal file
@@ -0,0 +1,4 @@
|
||||
#define span_major_announcement_text(str) ("<span class='major_announcement_text'>" + str + "</span>")
|
||||
#define span_major_announcement_title(str) ("<span class='major_announcement_title'>" + str + "</span>")
|
||||
#define span_ooc_announcement_text(str) ("<span class='ooc_announcement_text'>" + str + "</span>")
|
||||
#define span_subheader_announcement_text(str) ("<span class='subheader_announcement_text'>" + str + "</span>")
|
||||
Reference in New Issue
Block a user