mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 20:57:49 +02:00
Monstra MultiLanguage Development Init Commit
This commit is contained in:
@@ -80,12 +80,20 @@
|
||||
<div class="form-group">
|
||||
<?php
|
||||
echo (
|
||||
Form::label('system_language', __('Language', 'system')).
|
||||
Form::label('system_language', __('Common Language', 'system')).
|
||||
Form::select('system_language', $languages_array, Option::get('language'), array('class' => 'form-control'))
|
||||
);
|
||||
?>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
echo (
|
||||
Form::label('site_language', __('Site Language', 'system')).
|
||||
Form::select('site_language', $languages_array, Option::get('site_language'), array('class' => 'form-control'))
|
||||
);
|
||||
?>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
echo (
|
||||
Form::label('system_email', __('Email', 'system')).
|
||||
|
Reference in New Issue
Block a user