+ Moved classes to includes/classes catalog
+ Deleted a few of classes + Renamed functions + Fixed bug: Changing user nick in ACP git-svn-id: https://svn.pioder.pl/uf-svn/uF@17 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -56,7 +56,7 @@ $skin = array(
|
||||
'action'=>$_SERVER['REQUEST_URI']
|
||||
);
|
||||
|
||||
$skin = array_push_associative($skin, Over::generate_header($lng['lpm'].': '.$lng['write_pm'], '</a>><a href="pms.php" class="navigator">'.$lng['lpm'].'</a> > <a href="'.$_SERVER['REQUEST_URI'].'" class="navigator">'.$lng['write_pm']));
|
||||
$skin = array_push_associative($skin, GenerateHeader($lng['lpm'].': '.$lng['write_pm'], '</a>><a href="pms.php" class="navigator">'.$lng['lpm'].'</a> > <a href="'.$_SERVER['REQUEST_URI'].'" class="navigator">'.$lng['write_pm']));
|
||||
|
||||
if ($msg=='')
|
||||
{
|
||||
@@ -76,8 +76,8 @@ else
|
||||
$skin['pa_link']='';
|
||||
}
|
||||
|
||||
$stop = Over::TimeGeneration();
|
||||
$skin['queries'] = Over::ShowQueries($start, $stop);
|
||||
$stop = TimeGeneration();
|
||||
$skin['queries'] = ShowQueries($start, $stop);
|
||||
include('./skins/'.$default_skin.'/overall_footer.tpl');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user