{si_lang a=systeminfo_copy_paste}



----------------------------------------------

{'cms_version'|replace:'_':' '|ucwords}: [b]{$cms_version}[/b]

{'installed_modules'|replace:'_':' '|ucwords}:

    {foreach from=$installed_modules item='module'}
  • {$module.module_name}: [b]{$module.version}[/b]
  • {/foreach}

{if $count_config_info > 1}

{'config_information'|replace:'_':' '|ucwords}:

    {foreach from=$config_info key='view' item='tmp'} {if $view < 1} {foreach from=$tmp key='key' item='test'}
  • {$key}: {if isset($test->value)}[b]{$test->value}[/b] {/if}
  • {/foreach} {/if} {/foreach}

{/if} {if $count_php_information > 1}

{'php_information'|replace:'_':' '|ucwords}:

    {foreach from=$php_information key='view' item='tmp'} {if $view < 1} {foreach from=$tmp key='key' item='test'}
  • {$key}: {if isset($test->secondvalue)}[b]{$test->value}[/b] ({$test->secondvalue}) {elseif isset($test->value)}[b]{$test->value}[/b] {/if}
  • {/foreach} {/if} {/foreach}

{/if} {if $count_server_info > 1}

{'server_information'|replace:'_':' '|ucwords}:

    {foreach from=$server_info key='view' item='tmp'} {if $view < 1} {foreach from=$tmp key='key' item='test'}
  • {$key|replace:'_':' '|ucwords}: {if isset($test->value)}[b]{$test->value}[/b] {/if}
  • {/foreach} {/if} {/foreach}

{/if} {if $count_permission_info > 1}

{'permission_information'|replace:'_':' '|ucwords}:

    {foreach from=$permission_info key='view' item='tmp'} {if $view < 1} {foreach from=$tmp key='key' item='test'}
  • {$key}: {if isset($test->secondvalue)}[b]{$test->value}[/b] ({$test->secondvalue}) {elseif isset($test->value)}[b]{$test->value}[/b] {/if}
  • {/foreach} {/if} {/foreach}
{/if}

----------------------------------------------

{literal} {/literal}

« {si_lang a=back}