{$lang->control_panel}

{$XE_VALIDATOR_MESSAGE}

{$lang->unsupported_php_version_notice}

  • {$lang->unsupported_php_version_required}
  • {sprintf($lang->unsupported_php_version_current, PHP_VERSION)}

{$lang->sitelock_in_use}

{$lang->about_sitelock_in_use} {$lang->cmd_configure}

{$lang->module_exists_in_wrong_path}

{$lang->about_module_exists_in_wrong_path}

  • {$value}

{$lang->update_available}

{$lang->core_update_available} {$lang->core_update_link}

{$lang->msg_cleanup_notice_title}

{sprintf($lang->msg_cleanup_notice_content, number_format(count($cleanup_list)), getUrl('', 'module', 'admin', 'act', 'dispAdminCleanupList'))|noescape}

{$lang->need_complete_configuration}

{$lang->need_complete_configuration_details}

  • {$value->title} ({$value->module})  
  • {$value->title} ({$value->module})  

{$lang->available_new_version}

{$lang->available_new_version_details}

  • [{$lang->typename[$package->type]}] {$package->title} ver. {$package->currentVersion} → {$package->version}   {$lang->update}
{@ $dashboard_stack = new stdClass; $dashboard_stack->left = []; $dashboard_stack->right = []; } {@ ModuleHandler::triggerCall('admin.dashboard', 'before', $dashboard_stack)}
{implode("\n", $dashboard_stack->left)|noescape}
{implode("\n", $dashboard_stack->right)|noescape}