<?
function aut($title=NULL)
{
global $set;
if ($set['web'] == false)
{
if ($title == NULL)
$title = $set['title'];
echo '<table cellspacing="0" cellpadding="0"><tr>';
if ($_SERVER['PHP_SELF'] != '/index.php')
{
}
echo '<td class="title">' . $title . '</td>';
echo '</table>';
}
}
?>