+ Moved ACP link from footer to header
+ Added PMs limits + Replaced ACP frames to original DSF layout > Version 9.6.25 released. git-svn-id: https://svn.pioder.pl/uf-svn/uF@33 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
15
moderate.php
15
moderate.php
@@ -132,21 +132,6 @@ switch(trim($_GET['action']))
|
||||
$skin = array_push_assoc($skin, GenerateHeader($lng['move_topic'].': '.Topic::TopicInformation($tid,'name'),'</a><a href="moderate.php?action=move&id='.$tid.'" class="navigator">'
|
||||
.$lng['move_topic'].': </a><a href="topic.php?t='.$tid.'" class="navigator">'
|
||||
.Topic::TopicInformation($tid,'name')));
|
||||
if ($_SESSION['uid']>0)
|
||||
{
|
||||
if(RANK=='2')
|
||||
{
|
||||
$skin['pa_link']='<a href="admin/index.php" class="fsmall"><b>'.$lng['pa_link'].'</b></a>';
|
||||
}
|
||||
else
|
||||
{
|
||||
$skin['pa_link']='';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$skin['pa_link']='';
|
||||
}
|
||||
$stop = TimeGeneration();
|
||||
$skin['queries'] = ShowQueries($start, $stop);
|
||||
//do it!
|
||||
|
||||
Reference in New Issue
Block a user