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