Waar moet ik dit plaatsen
Geplaatst: 16 feb 2007, 15:36
Dit is een stukje mod:
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full line is longer
#
$pagination = generate_pagination(
#---[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : categories hierarchy ------------------------------------------------
// here we added
// " . $selection . "
//-- modify
#
Waar moet ik het bovenste plaatsen?
if ( $total = $db->sql_fetchrow($result) )
{
$total_members = $total['total'];
$pagination = generate_pagination("memberlist.$phpEx?mode=$mode&order=$sort_order", $total_members, $board_config['topics_per_page'], $start). ' ';
}
$db->sql_freeresult($result);
#-----[ FIND ]------------------------------------------------
#
# this is a partial search : the full line is longer
#
$pagination = generate_pagination(
#---[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : categories hierarchy ------------------------------------------------
// here we added
// " . $selection . "
//-- modify
#
Waar moet ik het bovenste plaatsen?
if ( $total = $db->sql_fetchrow($result) )
{
$total_members = $total['total'];
$pagination = generate_pagination("memberlist.$phpEx?mode=$mode&order=$sort_order", $total_members, $board_config['topics_per_page'], $start). ' ';
}
$db->sql_freeresult($result);