<?
function aut($title=NULL)
{
global $set;
if ($set['web'] == false)
{
if ($title == NULL)
$title = $set['title'];
echo '<div class="title">' . $title . '<span style="float:right;"><a style="color:white;" href=""><u>Обн</u></a></span></div>';
}
}
?>