19 lines
438 B
HTML
19 lines
438 B
HTML
|
|
<h1><?php print _("Upgrading the Gallery Core Module") ?></h1>
|
||
|
|
|
||
|
|
<p>
|
||
|
|
<?php print _("Your Gallery Core Module is up to date!"); ?>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<table>
|
||
|
|
<tr>
|
||
|
|
<td width="175">
|
||
|
|
<?php print _("Currently installed"); ?>
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<b>
|
||
|
|
<?php printf(_("Core Module version: %s (Gallery %s)"), $templateData['installed']['core'], $templateData['installed']['gallery']); ?>
|
||
|
|
</b>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|