Newer
Older
Import / web / www.xiaofrog.com / gallery / upgrade / templates / Finished.html
@John Ryland John Ryland on 22 Dec 2020 470 bytes import NUC files
    <div class="success">
      <h1><?php print _("Finished!") ?></h1>
    </div>
    
    <p>
      <?php print _("Congratulations! Your Gallery 2 upgrade is complete!  To upgrade any additional Gallery 2 plugins you may use the Site Administrator interface.") ?>
    </p>

    <div class="go">
	  <a href="<?php generateUrl('../' . GALLERY_MAIN_PHP) ?>" class="btn continue"><i></i><span><span></span><i></i><?php print _('Go to my Gallery!') ?></span></a>
    </div>