remove short open tags etc

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@748 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
David Goodwin 15 years ago
parent 9cbb2a5d57
commit 7f4f8fd996

@ -13,12 +13,12 @@
<td nowrap><a target="_top" href="create-mailbox.php"><?php print $PALANG['pMenu_create_mailbox']; ?></a></td>
<td><?php print $PALANG['pMain_create_mailbox']; ?></td>
</tr>
<? if ($CONF['sendmail'] == "YES") { ?>
<?php if ($CONF['sendmail'] == "YES") { ?>
<tr>
<td nowrap><a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a></td>
<td><?php print $PALANG['pMain_sendmail']; ?></td>
</tr>
<? } ?>
<?php } ?>
<tr>
<td nowrap><a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a></td>
<td><?php print $PALANG['pMain_password']; ?></td>

Loading…
Cancel
Save