Newer
Older
Import / web / www.xiaofrog.com / gallery / upgrade / templates / 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>