'ta.id='.floor($_GET['id'])),"ta.*",1); $abb=array_shift($abb); $cc->assign('content',$abb['note']); break; case 'privacy': if(file_exists(_SYS_HOME_."content/it/simplebox_2.htm")) { $simple_box_htm=file_get_contents(_SYS_HOME_."content/it/simplebox_2.htm"); $cc->assign('content', $simple_box_htm); $head = ' '; } break; case 'condizioni': if(file_exists(_SYS_HOME_."content/it/simplebox_6.htm")) { $simple_box_htm=file_get_contents(_SYS_HOME_."content/it/simplebox_6.htm"); $cc->assign('content', $simple_box_htm); $head = ' '; } break; } $cc->assign('head', $head); $cc->parse('main'); echo $cc->text('main'); ?>