+ 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:
@@ -52,7 +52,7 @@ function message_forum($text, $url, $interval = 1.8)
|
||||
'queries' => '',
|
||||
'pa_link' => '',
|
||||
);
|
||||
$skin = array_push_associative($skin,GenerateHeader($lng['message_forum'], '> '.$lng['message_forum']));
|
||||
$skin = array_push_assoc($skin,GenerateHeader($lng['message_forum'], '> '.$lng['message_forum']));
|
||||
die(
|
||||
include('./skins/'.ViewSkinName().'/message_body.tpl')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user