term_id])) $_mx = $_mx[$_x][$_t->term_id]; echo '

Alquemie SEO

'; echo ''; $this->__fr('au_tt_', 'Title', '', $_mx); $this->__fr('au_de_', 'Description', '', $_mx); //if(isset($_os['_umkw_']) && $_os['_umkw_']) //Metakeywords are allowed by default!! $this->__fr('au_mk_', 'Meta Keywords', '', $_mx); $this->__fr('au_cl_', 'Canonical', '', $_mx); $this->__fr('au_bct_', 'Breadcrumbs Title', '', $_mx); $this->__fr('au_noi_', 'no-index '.$_x, '', $_mx, 'checkbox'); $this->__fr('au_nof_', 'no-follow '.$_x, '', $_mx, 'checkbox'); echo '
'; } function __fr($_i, $_l, $_d, $_mx, $_t = 'text', $_o = ''){ $_v = ''; if(isset($_mx[$_i])) $_v = stripslashes($_mx[$_i]); echo ''."\n"; echo "\t".''."\n"; echo "\t".''."\n"; if($_t == 'text'){ ?>

/> '."\n"; echo ''."\n"; } function __ut($_t, $_i, $_x) { $_mx = get_option('au_seo_m'); foreach (array('au_tt_', 'au_de_', 'au_mk_', 'au_bct_', 'au_cl_') as $_k){ if(isset($_POST[$_k])) $_mx[$_x][$_t][$_k] = $_POST[$_k]; } foreach(array('au_noi_', 'au_nof_') as $_k) { if(isset($_POST[$_k])) $_mx[$_x][$_t][$_k] = true; else $_mx[$_x][$_t][$_k] = false; } update_option('au_seo_m', $_mx); if(defined('W3TC_DIR')){ require_once W3TC_DIR . '/lib/W3/ObjectCache.php'; $w3_objectcache = & W3_ObjectCache::instance(); $w3_objectcache->flush(); } } } $au_t = new au_t();