Unreported: Show version oh portal in ACP>>.MODs>>Portal>>General Settings
This commit is contained in:
@@ -266,9 +266,13 @@ class acp_portal
|
||||
$this->tpl_name = 'acp_board';
|
||||
$this->page_title = $display_vars['title'];
|
||||
|
||||
$title_explain = $user->lang[$display_vars['title'] . '_EXPLAIN'];
|
||||
|
||||
$title_explain .= ( $display_vars['title'] == 'ACP_PORTAL_GENERAL_INFO' ) ? '<br /><br />' . sprintf($user->lang['ACP_PORTAL_VERSION'], $portal_config['portal_version']) : '';
|
||||
|
||||
$template->assign_vars(array(
|
||||
'L_TITLE' => $user->lang[$display_vars['title']],
|
||||
'L_TITLE_EXPLAIN' => $user->lang[$display_vars['title'] . '_EXPLAIN'],
|
||||
'L_TITLE_EXPLAIN' => $title_explain,
|
||||
|
||||
'S_ERROR' => (sizeof($error)) ? true : false,
|
||||
'ERROR_MSG' => implode('<br />', $error),
|
||||
|
||||
@@ -41,6 +41,7 @@ $lang = array_merge($lang, array(
|
||||
// general
|
||||
'ACP_PORTAL_GENERAL_INFO' => 'Portal administration',
|
||||
'ACP_PORTAL_GENERAL_INFO_EXPLAIN' => 'Thank you for choosing board3 Portal. On this page you can manage the portal of your board. The screens inhere will give you a quick overview of all the various portal settings. The links on the left hand side of this screen allow you to control every aspect of your portal experience.',
|
||||
'ACP_PORTAL_VERSION' => 'Version v%s',
|
||||
'ACP_PORTAL_GENERAL_SETTINGS' => 'General settings',
|
||||
'ACP_PORTAL_GENERAL_SETTINGS_EXPLAIN' => 'Here you can change your general and certain specific options.',
|
||||
'PORTAL_ADVANCED_STAT' => 'Advanced statistics block',
|
||||
|
||||
Reference in New Issue
Block a user