From a425113cbaa02076b3221a4284c0bccef0048585 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Fri, 21 Oct 2011 12:13:34 +0000 Subject: [PATCH] // fix update notification --- admin-dev/themes/template/home/content.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin-dev/themes/template/home/content.tpl b/admin-dev/themes/template/home/content.tpl index f4da1ba25..59a1c3f26 100644 --- a/admin-dev/themes/template/home/content.tpl +++ b/admin-dev/themes/template/home/content.tpl @@ -2,11 +2,13 @@

{l s='Dashboard'}


{if $upgrade} -

{l s ='New PrestaShop version available'} : {l s ='Download'} {$upgrade->version_name} !

+ {if $upgrade->need_upgrade} +

{l s ='New PrestaShop version available'} : {l s ='Download'} {$upgrade->version_name} !

+ {/if} {else}

{l s ='Update notification unavailable'}

 

-

{l s ='To receive PrestaShop update warnings, you need to activate the allow_url_fopen command in your php.ini config file.'} [{l s ='more info'}]

+

{l s ='To receive PrestaShop update warnings, you need to activate '} allow_url_fopen [{l s ='more info on php.net'}]

{l s ='If you don\'t know how to do that, please contact your host administrator !'}


{/if} {if $employee->bo_show_screencast}