]> dev.renevier.net Git - syj.git/blob - application/views/scripts/account/success.phtml
fixes css regression in newpwd, contact and account
[syj.git] / application / views / scripts / account / success.phtml
1 <p id="message" class="success">
2 <?php
3     $this->redirectLinks = false;
4     echo $this->translate("Your account was modified successfully");
5     echo "<br>";
6     echo $this->returnto();
7 ?>
8 </p>