00001 <?PHP 00002 include_once("LabelText.php"); 00003 00004 class LabelBack extends LabelText 00005 { 00006 protected function getLink() 00007 { 00008 return "javascript:history.go(-1);"; 00009 } 00010 00011 } 00012 00013 ?>