diff options
Diffstat (limited to 'web/template/header.php')
-rw-r--r-- | web/template/header.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/template/header.php b/web/template/header.php index 6167fb7..a4958f5 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -60,7 +60,6 @@ <?php if (has_credential(CRED_PKGREQ_LIST)): ?> <li><a href="<?= get_uri('/requests/') ; ?>"><?= __("Requests"); ?></a></li> <?php endif; ?> - <li><a href="<?= get_uri('/submit/'); ?>"><?= __("Submit"); ?></a></li> <?php if (has_credential(CRED_ACCOUNT_SEARCH)): ?> <li><a href="<?= get_uri('/accounts/') ; ?>"><?= __("Accounts"); ?></a></li> <?php endif; ?> |