FOTO; } $titolo=' - '.$ricetta['nome']; $intestazione=<<

$ricetta[nome]


Post inserito da $nome_utente - il : $ricetta[data] - ultima modifica: $modifica

$foto AAA; if ($menu!='matpri') { $ingredienti=<<Ingredienti per $ricetta[persone] persone


Tempo $ricetta[tempo] minuti

Preparazione

$ricetta[preparazione]





AAA; } else { $testo='

'.$ricetta['preparazione'].'


'; } $chiusura=<<

Vuoi suggerire una variante o inserire una nota di approfondimento? Clicca qui

AAA; $testo_pagina=$intestazione.$ingredienti.$testo.$chiusura; $testo_pagina.=recupera_commenti($ricetta_id); if (is_numeric($_GET['commento']) AND $_GET['commento']==1) { //$testo_pagina.=file_get_contents("commento.php"); $commento=<< function ctrlverifica() { invia_commento.verifica.value="1"; }

Inserimento commento




Nome


Commento




AAA; } } // ------------- visualizza materia prima ------------ else if(is_numeric($_GET['matpri_id']) AND $_GET['matpri_id']!='') { $matpri_id = $_GET['matpri_id']; $matpri = materia_prima($matpri_id); $testo_pagina=<<

$matpri[nome]


$matpri[descrizione] AAA; } // --------- inserimento tue ricette ---------- else { $testo_pagina= testo_pagina($menu); if ($menu == 'tue') { $testo_pagina.=file_get_contents(SYSTEM_URL."tue_form.php"); } } if ($_GET['menu']=='ricerca') { $testo_pagina = ricerca($_POST); } // ---------------------------- menu destra --------------- if ($pagina == 'left' ) { $menu_destra= menu_destra($menu); } include_once 'template/'.TEMPLATE_NAME.'/template.php'; ?>