mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Misspell template name
This commit is contained in:
parent
0f1c6a8151
commit
b3f8fb0fd9
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<table class="sub-menu" style="background: white;">
|
<table class="sub-menu" style="background: white;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="padding: 12px 2px 16px 0;" ><a class="add-name"><b>Adding Mail Domain</b></a>
|
<td style="padding: 12px 2px 16px 0;" ><a class="add-name"><b>Editing Mail Account</b></a>
|
||||||
<?php
|
<?php
|
||||||
if (!empty($_SESSION['error_msg'])) {
|
if (!empty($_SESSION['error_msg'])) {
|
||||||
echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";
|
echo "<a class=\"add-error\"> → ".$_SESSION['error_msg']."</a>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue