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