{{if ( \IPS\Settings::i()->site_online || \IPS\Member::loggedIn()->group['g_access_offline'] ) and ( \IPS\Dispatcher::i()->application instanceof \IPS\Application AND \IPS\Dispatcher::i()->application->canAccess() )}}
{{$languages = \IPS\Lang::getEnabledLanguages();}}
{{if \count( $languages ) > 1}}
-
{lang='language'}
{{endif}}
{{$themes = \IPS\Theme::getThemesWithAccessPermission();}}
{{if \count( $themes ) > 1 }}
-
{lang='skin'}
{{endif}}
{{endif}}