File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22namespace BNETDocs \Templates \User ;
33use \CarlBennett \MVC \Libraries \Common ;
44use \CarlBennett \MVC \Libraries \Pair ;
5- $ title = 'Change Password ' ;
5+ $ title = '🔑 Change Password ' ;
66$ description = 'This form allows an individual to change the password to their account. ' ;
77$ this ->opengraph ->attach (new Pair ('url ' , '/user/changepassword ' ));
88$ error = $ this ->getContext ()->error ;
@@ -22,7 +22,7 @@ switch ($error)
2222require ('./header.inc.phtml ' ); ?>
2323<div class="container mb-3">
2424 <div class="card mx-auto mb-3" style="width:18rem;">
25- <h3 class="card-header text-lg- center"><?= $ title?> </h3 >
25+ <h4 class="card-header text-center"><?= $ title?> </h4 >
2626 <div class="card-body">
2727<? if ($ error !== false ) { ?>
2828<? if (!empty ($ message )) { ?>
You can’t perform that action at this time.
0 commit comments