< ?global $SITE_VAR;
global $guj_seo_footer_base_url, $guj_seo_footer_host_id, $guj_seo_article_parts_pattern, $guj_seo_article_max_path_depth, $guj_seo_footer_glossar_url, $guj_seo_footer_latin1, $guj_seo_footer_memcache_servers;
require_once($SITE_VAR['BASE_PATH'].’/etc/module/gujSeoFooter/gujSeoFooter.inc’);
$guj_seo_footer_base_url = ‘www.impulse-gruenderzeit.de’; // field Url
$guj_seo_footer_host_id = 24; // field Id
$seoManager = gujSeoFooterManager::getInstance($guj_seo_footer_base_url, $guj_seo_footer_host_id, $guj_seo_footer_glossar_url, new MemcacheCache($guj_seo_footer_memcache_servers, ‘gujSeoFooter’), $guj_seo_footer_latin1);
print $seoManager->getGlossar(isset($_GET['site']) ? $_GET['site'] : ”, isset($_GET['group']) ? $_GET['group'] : ”);
?>