mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 18:40:39 +00:00
getAvailableLanguages() is now a method of Settings
This commit is contained in:
parent
bee91325ca
commit
d4265e65f8
|
|
@ -634,8 +634,8 @@ $this->showStartPaneContent('site', (!$currenttab || $currenttab == 'site'));
|
|||
<?php $this->showConfigText('settings_siteName', 'siteName'); ?>
|
||||
<?php $this->showConfigText('settings_footNote', 'footNote'); ?>
|
||||
<?php $this->showConfigCheckbox('settings_printDisclaimer', 'printDisclaimer'); ?>
|
||||
<?php $this->showConfigOption('settings_available_languages', 'availablelanguages', getAvailableLanguages(), true, true); ?>
|
||||
<?php $this->showConfigOption('settings_language', 'language', getAvailableLanguages(), false, true); ?>
|
||||
<?php $this->showConfigOption('settings_available_languages', 'availablelanguages', $settings->getAvailableLanguages(), true, true); ?>
|
||||
<?php $this->showConfigOption('settings_language', 'language', $settings->getAvailableLanguages(), false, true); ?>
|
||||
<?php $this->showConfigText('settings_dateformat', 'dateformat'); ?>
|
||||
<?php $this->showConfigText('settings_datetimeformat', 'datetimeformat'); ?>
|
||||
<?php $this->showConfigOption('settings_theme', 'theme', UI::getStyles(), false, false); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user