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

{$action_displayName}

{$module->displayName}

{if $isUpdateAvailable}

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

New version available!


{else}

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

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

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

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

PHP version: {phpversion()}

Memory limit: {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')}

Free disk space [GB]: {getDiskFreeSpace()}

PCNTL extension: {(int)extension_loaded('pcntl')}

{if function_exists('libxml_clear_errors')}

LIBXML extension: {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='skeleton'}

PrestaShow.pl

{$recommended['description']}

{if $isUpdateAvailable}
{l s='Update your module! Updates are very important.' mod='skeleton'}
{/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}