<?PHP
// Breadcrumb bar
//
// Version: $Revision: 1.4 $
// Date: $Date: 2008/03/09 00:22:07 $
//
// Copyright (c) 2006 - 2007 Benjamin Oshrin
// License restrictions apply, see LICENSE for details.
?>
<TR>
<TD CLASS="formfield">
<?PHP
$t = "";
if(isset($pgtype))
{
switch($pgtype)
{
case "admin":
$t = $tx['ad.options'];
break;
case "reply":
$t = $tx['rp.options'];
break;
case "schedule":
$t = $tx['sd.options'];
break;
}
}
?>
<FONT CLASS="small">
<A HREF="../index.php"><?PHP print $tx['progname'];?></A>
<?PHP
if($t != "")
print '>> ' . $t;
?>
</FONT>
</TD>
</TR>