/**
* Class to hold various commonly used functions
*
- * $Id: Misc.php,v 1.93 2004/09/23 12:06:46 soranzo Exp $
+ * $Id: Misc.php,v 1.94 2004/09/30 12:49:08 jollytoad Exp $
*/
class Misc {
$trail = $this->getTrail($trail);
}
- echo "<div class=\"trail\">";
+ echo "<div class=\"trail\"><table><tr>";
foreach ($trail as $crumb) {
+ echo "<td>";
$crumblink = "<a";
if (isset($crumb['url']))
echo $crumblink;
echo "{$lang['strseparator']}";
+ echo "</td>";
}
- echo "</div>\n";
+ echo "</tr></table></div>\n";
}
/**
/**
* Default style sheet
*
- * $Id: global.css,v 1.29 2004/09/01 16:35:57 jollytoad Exp $
+ * $Id: global.css,v 1.30 2004/09/30 12:49:09 jollytoad Exp $
*/
/** ELEMENTS */
margin-bottom: 2px;
}
+.trail td
+{
+ background-color: #F3F3E9;
+}
+
.tabs
{
width: 100%;