Newer
Older
Import / web / www.xiaofrog.com / gallery / upgrade / templates / Finished.html
    <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">
	  <div class="btn btn-continue"><div><div><div><div><div><div><div><div>
	    <a href="<?php generateUrl('../' . GALLERY_MAIN_PHP) ?>"><?php print _('Go to my Gallery!') ?></a>
	  </div></div></div></div></div></div></div></div></div>
    </div>