+ Deleted skins table - obtaining skin information from skins/ catalog
+ Renamed AddPages to ListPages and rewrited function. + Removed AddPages2, AddLangs, Admin_Over::ViewSkinName() + Created ListDir() function git-svn-id: https://svn.pioder.pl/uf-svn/uF@34 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -77,7 +77,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_assoc($skin, array(
|
||||
'option_pages' => AddPages(),
|
||||
'option_pages' => ListPages($page, $count),
|
||||
'lwith' => $lng['with'],
|
||||
'lpage' => $lng['page'],
|
||||
'lpages' => $count,
|
||||
|
||||
Reference in New Issue
Block a user