#-----[ FIND ]------------------------------------------------
#
#************************************************************************************
# NOTE :
# ------
# /!\ Important : I strongly recommand to mute all the lines between the nexts
# --------- /* and */
# by adding // in front of each lines or by deleting all.
#
# ie: // for($i = 0; $i < $total_categories; $i++)
#
#************************************************************************************
//
// Okay, let's build the index
//
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : categories hierarchy --------------------------------------------------------------------
//-- delete
/*
#
#-----[ FIND ]------------------------------------------------
#
}// if ... total_categories
else
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- add
*/
// don't display the board statistics
if (($board_config['display_viewonline'] == 2) || (($viewcat < 0) && ($board_config['display_viewonline'] == 1)))
{
$template->assign_block_vars('disable_viewonline', array());
}
// display the index
$display = display_index($viewcatkey);
if (!$display)
//-- fin mod : categories hierarchy ----------------------------------------------------------------
wie muss das dann aussehen!?