+ 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:
@@ -48,7 +48,7 @@ $skin = array(
|
||||
'f_id' => $fid,
|
||||
'lang'=> $default_lang
|
||||
);
|
||||
$skin = array_push_associative($skin,GenerateHeader($lng['showforum'].': '.$forum['name'], '</a>> <a href="forum.php?f='.$_GET['f'].'" class="navigator">'.$forum['name']));
|
||||
$skin = array_push_assoc($skin,GenerateHeader($lng['showforum'].': '.$forum['name'], '</a>> <a href="forum.php?f='.$_GET['f'].'" class="navigator">'.$forum['name']));
|
||||
//do it!
|
||||
include('./skins/'.$default_skin.'/overall_header.tpl');
|
||||
include('./skins/'.$default_skin.'/forum_body.tpl');
|
||||
@@ -76,7 +76,7 @@ else
|
||||
{
|
||||
$skin['noposts']='<tr><td width="'.TABLES_WIDTH.'" colspan="8" height="19" class="fitem"><p class="fstandard" align="center">'.$lng['nopost'].'!</p></td></tr>';
|
||||
}
|
||||
$skin = array_push_associative($skin, array(
|
||||
$skin = array_push_assoc($skin, array(
|
||||
'option_pages' => AddPages(),
|
||||
'lwith' => $lng['with'],
|
||||
'lpage' => $lng['page'],
|
||||
|
||||
Reference in New Issue
Block a user