|
Revision 4947, 0.6 KB
(checked in by ddtddt, 3 years ago)
|
|
[extensions]- [floPure] update link
|
| Rev | Line | |
|---|
| [3577] | 1 | <?php |
|---|
| 2 | |
|---|
| [4947] | 3 | $lang['floPure_update_needed'] = 'Your version of floPure is not up to date : <a href="http://piwigo.org/ext/extension_view.php?eid=135" title="go to the page of the template" target="_blank" >click here to download the last revision of the template floPure</a>'; |
|---|
| [3587] | 4 | $lang['theme_update_needed_1'] = 'The theme '; |
|---|
| [4947] | 5 | $lang['theme_update_needed_2'] = ' is not up to date : <a href="http://piwigo.org/ext/extension_view.php?eid='; |
|---|
| [3587] | 6 | $lang['theme_update_needed_3'] = '" title="go to the page of the theme" target="_blank" >click here to download the last revision of the theme '; |
|---|
| [3580] | 7 | $lang['theme_update_needed_4'] = '</a>'; |
|---|
| [3577] | 8 | ?> |
|---|