first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
use_helper('I18N', 'stAdminGenerator');
|
||||
echo st_get_partial('header', array('title' => __('Informacje o licencji')));
|
||||
echo st_get_partial('config_menu');
|
||||
echo tag('div', array('class' => 'admin_form'), true);
|
||||
st_admin_section_start();
|
||||
echo st_admin_get_form_field('license', __('Numer licencji'), $config->get('license'), 'plain');
|
||||
st_admin_section_end();
|
||||
echo '</div>';
|
||||
echo st_get_partial('footer');
|
||||
?>
|
||||
Reference in New Issue
Block a user