Rezepte

Neues Rezept
getRecipeNames() as $id => $name) { $recipeEntryClass = "rounded-lg mt-1 p-1 pl-4 text-decoration-none font-weight-bold text-light"; if($i%2==0){$recipeEntryClass.=" bg-primary";} else{$recipeEntryClass.=" bg-secondary";} if((strtoupper(str_split($name)[0]))!=strtoupper($currentLetter)){ $currentLetter = strtoupper(str_split($name)[0]); if($i!=0){ echo '
'; } echo '
'; echo "

".strtoupper($currentLetter)."

"; } echo "$name"; $i++; } ?>