1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

6 lines
240 B
BlitzBasic
Raw Permalink Normal View History

//<?
$class = e107::getBB()->getClass('spoiler');
2006-12-02 04:36:16 +00:00
$spoiler_color = (defined("SPOILER_COLOR") ? SPOILER_COLOR : "#ff00ff");
return "<span class='{$class}' style='color:{$spoiler_color};background-color:{$spoiler_color}'>$code_text</span>";