11 lines
702 B
Smarty
11 lines
702 B
Smarty
{*
|
|
* Page Cache Ultimate, Page Cache standard and Speed pack are powered by Jpresta (jpresta . com)
|
|
*
|
|
* @author Jpresta
|
|
* @copyright Jpresta
|
|
* @license See the license of this module in file LICENSE.txt, thank you.
|
|
*}
|
|
<div class="alert alert-warning">
|
|
<div class="alert-text">{l s='You must finish the upgrade of "%module_name%" (%module_current_version% => %module_new_version%), go in modules list and click on button "Upgrade" next to "%module_name%". This is important to do it now!' sprintf=['%module_name%' => $jpresta_module_name, '%module_new_version%' => $jpresta_module_new_version, '%module_current_version%' => $jpresta_module_current_version] d='pagecache'}</div>
|
|
</div>
|