Hier sind die beiden Quellcodes. Einmal der für das index und die Anleitung.
index.php
Code: Alles auswählen
//
// Okay, let's build the index
//
//-- mod : categories hierarchy --------------------------------------------------------------------
//-- delete
/[b]*ie: // for($i = 0; $i < $total_categories; $i++)[/b]
{
$cat_id = $category_rows[$i]['cat_id'];
Code: Alles auswählen
#-----[ AFTER, ADD ]------------------------------------------
#
#************************************************************************************
# 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++)
#
#************************************************************************************
//-- mod : categories hierarchy --------------------------------------------------------------------
//-- delete
/*
könnte mir jetzt einer anhand der Quellcodes sagen was ich falsch gemacht habe ?