mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Change password page
This commit is contained in:
parent
cb39378b5a
commit
92a13ece06
3 changed files with 78 additions and 2 deletions
|
|
@ -230,6 +230,13 @@ if (isset($_GET['search'])) {
|
|||
</p>
|
||||
</a>
|
||||
<ul class="nav nav-treeview">
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo site_url();?>edit/password" class="nav-link">
|
||||
<p>
|
||||
<?php echo i18n('Change_password');?>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo site_url();?>edit/profile" class="nav-link">
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue