include("gestione/includes/config.inc.php"); include("gestione/includes/auth.lib.php"); include("gestione/includes/content.class.php"); include("gestione/includes/product.class.php"); $topic = new topic(1); $menuSx = $topic->getMenusx(); $menuProd = category::menuSx(); $idpage = $_GET['idpage']; $page = new content($idpage); ############################### indicizzazione ################################################# $tagtitle = $page->tagtitle; $tagkey = $page->tagkey; $tagdesc = $page->tagdesc; $metatitle = $page->metatitle; $metakey = $page->metakey; $metadesc = $page->metadesc; $hidden = $page->hidden; ################################################################################################## ?>