dl/includes/Infoboard.php

11 lines
216 B
PHP
Raw Normal View History

2020-06-17 18:49:28 +00:00
<?php
abstract class Infoboard extends UI {
protected static $theoreticalBefore = '<span class="theoretical">+</span>';
protected static $theoreticalAfter = '<span class="theoretical">+</span>';
}
?>