loadVars(); /* Hard-coded domain configuration */ //SLUGS - if these are changed, the .htaccess file needs to also be altered $domain->slugs['keyword'] = 'information/'; $domain->slugs['articles'] = 'articles/browse/'; $domain->slugs['article'] = 'articles/view/'; $domain->slugs['yahoo_images'] = 'images/browse/'; $domain->slugs['yahoo_image'] = 'images/view/'; $domain->slugs['yahoo_links'] = 'otherresources/browse/'; $domain->slugs['yahoo_qas'] = 'knowledgebase/browse/'; $domain->slugs['yahoo_qa'] = 'knowledgebase/view/'; $domain->slugs['yahoo_news'] = 'news/'; $domain->slugs['static_page'] = 'page/'; //these are the descriptive titles of content areas in the system $domain->titles['keyword'] = '* information'; $domain->titles['articles'] = '* articles'; $domain->titles['yahoo_images'] = '* images'; $domain->titles['yahoo_image'] = '* image'; $domain->titles['yahoo_links'] = 'other * resources'; $domain->titles['yahoo_qas'] = '* knowledge base'; $domain->titles['yahoo_news'] = '* news'; //random domain settings $domain->delimiters['window_title'] = ' - '; ?>