0byt3m1n1
Path:
/
data
/
applications
/
aps
/
gallery
/
2.2-08
/
htdocs
/
upgrade
/
templates
/
[
Home
]
File: UpgradeCoreModuleUpToDate.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>