*/ global $mosConfig_absolute_path, $mosConfig_lang, $_JOOMFISH_MANAGER; if (file_exists('components/com_joomfish/language/'.$mosConfig_lang.'.php')) { include_once ('components/com_joomfish/language/'.$mosConfig_lang.'.php'); } else { include_once ('components/com_joomfish/language/english.php'); } $adminPath = $mosConfig_absolute_path . '/administrator'; if (isset ($mosConfig_admin_path)) { $adminPath = $mosConfig_admin_path; } $adminPath = $adminPath . '/components/com_joomfish'; if( !class_exists( 'JoomFishManager' ) ) { require_once( "$adminPath/joomfish.class.php" ); } require_once( $mainframe->getPath( 'front_html' ) ); //HTML_joomfish::showLanguages($_JOOMFISH_MANAGER); ?>