Questa funzione crea un sistema briciole di pane che permette all’utente di sapere in quale parte del sito si trova, tramite indicazioni tipo: Home > Cartella > Pagina.
< ?php
/* ———————————————- */
/* ———— BEGIN PHP SNIPPET —————-*/
/* ———————————————- */
// $this_cat_id: the current category id number
// $flarn: just a counter, call it as 0 in your
// function call and forget about it
// $keep_cat_id: the cat id number again – so that
// it can decide whether to make a
// category a link at the top while you’re in the
// "product" page
function get_crumbs($this_cat_id, $flarn, $keep_cat_id) {
$link_to_page=$_SERVER[‘PHP_SELF’];
if (!isset($this_cat_id)) {
// if we are already





