Skip to content

Commit

Permalink
code reformatted
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@780 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Mar 15, 2002
1 parent 3a405d5 commit 0915c45
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions core_html_API.php
Expand Up @@ -308,12 +308,13 @@ function print_menu() {
PRINT "<a href=\"$g_login_select_proj_page\">$s_users_link</a> | ";
}
}
if ( access_level_check_greater_or_equal( ADMINISTRATOR ) ) {
PRINT "<a href=\"$g_manage_page\">$s_manage_link</a> | ";
}
if ( access_level_check_greater_or_equal( MANAGER ) ) {
PRINT "<a href=\"$g_news_menu_page\">$s_edit_news_link</a> | ";
}

if ( access_level_check_greater_or_equal( ADMINISTRATOR ) ) {
PRINT "<a href=\"$g_manage_page\">$s_manage_link</a> | ";
}
if ( access_level_check_greater_or_equal( MANAGER ) ) {
PRINT "<a href=\"$g_news_menu_page\">$s_edit_news_link</a> | ";
}

PRINT "<a href=\"$g_proj_doc_page\">$s_docs_link</a> | ";
PRINT "<a href=\"$g_logout_page\">$s_logout_link</a>";
Expand Down

0 comments on commit 0915c45

Please sign in to comment.