+ 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:
@@ -162,7 +162,7 @@ $skin = array(
|
||||
'luname'=>$lng['user_name'],
|
||||
'lgo'=>$lng['lgo']
|
||||
);
|
||||
$skin = array_push_associative($skin, GenerateHeader($lng['lusers'],'</a>> <a href="users.php" class="navigator">'.$lng['lusers']));
|
||||
$skin = array_push_assoc($skin, GenerateHeader($lng['lusers'],'</a>> <a href="users.php" class="navigator">'.$lng['lusers']));
|
||||
//do it!
|
||||
include('./skins/'.$default_skin.'/overall_header.tpl');
|
||||
include('./skins/'.$default_skin.'/users_body.tpl');
|
||||
|
||||
Reference in New Issue
Block a user