Skip to content

Commit

Permalink
Removed the documentation page which includes links to change log, ph…
Browse files Browse the repository at this point in the history
…p info, ...etc. Note the projects documentation page.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2900 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Aug 28, 2004
1 parent de9dd60 commit f6c6028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 71 deletions.
29 changes: 4 additions & 25 deletions core/html_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: html_api.php,v 1.128 2004-08-28 12:35:58 vboctor Exp $
# $Id: html_api.php,v 1.129 2004-08-28 12:51:54 vboctor Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -531,20 +531,20 @@ function print_manage_menu( $p_page='' ) {
$t_manage_user_page = 'manage_user_page.php';
$t_manage_project_menu_page = 'manage_proj_page.php';
$t_manage_custom_field_page = 'manage_custom_field_page.php';
$t_documentation_page = 'documentation_page.php';
# $t_documentation_page = 'documentation_page.php';

switch ( $p_page ) {
case $t_manage_user_page : $t_manage_user_page = ''; break;
case $t_manage_project_menu_page: $t_manage_project_menu_page = ''; break;
case $t_manage_custom_field_page: $t_manage_custom_field_page = ''; break;
case $t_documentation_page : $t_documentation_page = ''; break;
# case $t_documentation_page : $t_documentation_page = ''; break;
}

PRINT '<br /><div align="center">';
print_bracket_link( $t_manage_user_page, lang_get( 'manage_users_link' ) );
print_bracket_link( $t_manage_project_menu_page, lang_get( 'manage_projects_link' ) );
print_bracket_link( $t_manage_custom_field_page, lang_get( 'manage_custom_field_link' ) );
print_bracket_link( $t_documentation_page, lang_get( 'documentation_link' ) );
# print_bracket_link( $t_documentation_page, lang_get( 'documentation_link' ) );
PRINT '</div>';
}

Expand Down Expand Up @@ -590,27 +590,6 @@ function print_doc_menu( $p_page='' ) {
}
}

# --------------------
# Print the menu for the management docs section
# $p_page specifies the current page name so it's link can be disabled
function print_manage_doc_menu( $p_page='' ) {
$t_path = config_get( 'path' ).'doc/';
$t_documentation_page = 'documentation_page.php';

switch ( $p_page ) {
case $t_documentation_page: $t_documentation_page = ''; break;
}

PRINT '<br /><div align="center">';
print_bracket_link( $t_documentation_page, lang_get( 'system_info_link' ) );
print_bracket_link( $t_path.'ChangeLog', 'ChangeLog' );
print_bracket_link( $t_path.'README', 'README' );
print_bracket_link( $t_path.'INSTALL', 'INSTALL' );
print_bracket_link( $t_path.'UPGRADING', 'UPGRADING' );
print_bracket_link( $t_path.'CUSTOMIZATION', 'CUSTOMIZATION' );
PRINT '</div>';
}

# --------------------
# Print the menu for the summary section
# $p_page specifies the current page name so it's link can be disabled
Expand Down
46 changes: 0 additions & 46 deletions documentation_page.php

This file was deleted.

0 comments on commit f6c6028

Please sign in to comment.