Misspell template name

This commit is contained in:
Serghey Rodin 2012-09-17 12:29:40 +03:00
commit b3f8fb0fd9

View file

@ -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>";