+ 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:
@@ -270,7 +270,7 @@ $skin = array(
|
||||
'lavfile'=>$lng['avatar_file'],
|
||||
'yes'=>$lng['yes']
|
||||
);
|
||||
$skin = array_push_associative($skin,GenerateHeader($lng['leprofile'],'</a>> <a href="eprofile.php" class="navigator">'.$lng['leprofile']));
|
||||
$skin = array_push_assoc($skin,GenerateHeader($lng['leprofile'],'</a>> <a href="eprofile.php" class="navigator">'.$lng['leprofile']));
|
||||
if ($msg=='')
|
||||
{
|
||||
$msg = './skins/'.$default_skin.'/blank.tpl';
|
||||
|
||||
Reference in New Issue
Block a user