dl/includes/Infoboard.php
2020-06-17 20:49:28 +02:00

11 lines
216 B
PHP

<?php
abstract class Infoboard extends UI {
protected static $theoreticalBefore = '<span class="theoretical">+</span>';
protected static $theoreticalAfter = '<span class="theoretical">+</span>';
}
?>