+ Replaced name function from array_push_associative to array_push_assoc
+ Rewrited posting.php git-svn-id: https://svn.pioder.pl/uf-svn/uF@32 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -129,7 +129,7 @@ switch(trim($_GET['action']))
|
||||
'L.reset' => $lng['reset'],
|
||||
'OPTIONS.select_forum' => Forum::AddForums($tid)
|
||||
);
|
||||
$skin = array_push_associative($skin, GenerateHeader($lng['move_topic'].': '.Topic::TopicInformation($tid,'name'),'</a><a href="moderate.php?action=move&id='.$tid.'" class="navigator">'
|
||||
$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)
|
||||
|
||||
Reference in New Issue
Block a user