{function showTip type='success' id='' message='No message'} {if !PShow_Settings::getInstance($smarty.current_dir)->get('tip_'|cat:$id)}
×

{$message}

{/if} {/function}

{$action_displayName}

{$module->displayName}

{if $isUpdateAvailable}

{l s='Version' mod='pshowsystem'}: {$moduleVersion}

New version available!


{else}

{l s='Version' mod='pshowsystem'}: {$moduleVersion}

{/if} {l s='See changelog' mod='pshowsystem'}

{if $isUpdateAvailable} {l s='Click to update' mod='pshowsystem'} {/if}
{if isset($pshowHook_below_side_menu)}{$pshowHook_below_side_menu}{/if}

{l s='Server info' mod='pshowsystem'}

{l s='PHP version' mod='pshowsystem'}: {phpversion()}

{l s='Memory limit' mod='pshowsystem'}: {ini_get('memory_limit')}

Max exec time: {"H:i:s"|gmdate:((int)ini_get('max_execution_time'))}

Upload max filesize: {ini_get('upload_max_filesize')}

Post max size: {ini_get('post_max_size')}

{l s='Free disk space [GB]' mod='pshowsystem'}: {getDiskFreeSpace()}

{l s='PCNTL extension' mod='pshowsystem'}: {(int)extension_loaded('pcntl')}

{if function_exists('libxml_clear_errors')}

{l s='LIBXML extension' mod='pshowsystem'}: {if version_compare($smarty.const.LIBXML_DOTTED_VERSION, '2.9.3') == 0} {$smarty.const.LIBXML_DOTTED_VERSION} {else} {$smarty.const.LIBXML_DOTTED_VERSION} {/if}

{/if}

{l s='Recommended' mod='pshowsystem'}

PrestaShow.pl

{$recommended['description']}

{if $isUpdateAvailable}
{l s='Update your module! Updates are very important.' mod='pshowsystem'}
{/if}
{include file='./admin/alerts.tpl'} {include file='./admin/tips.tpl'} {if isset($content) && $content} {$content} {else}
{if in_array($controllername, array('settings', 'hook', 'backup', 'update', 'reportbug'))} {include file="./admin/{$controllername}_{$action}.tpl"} {else} {include file="../../../views/templates/admin/{$controllername}_{$action}.tpl"} {/if}
{/if}