Skip to content

Commit

Permalink
removed project note from header
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3714 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Jul 20, 2005
1 parent 8bef29a commit f38979e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions account_sponsor_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: account_sponsor_page.php,v 1.2 2005-07-19 15:31:34 thraxisp Exp $
# $Id: account_sponsor_page.php,v 1.3 2005-07-20 14:19:40 thraxisp Exp $
# --------------------------------------------------------

# CALLERS
Expand Down Expand Up @@ -48,13 +48,6 @@
html_page_top2();

$t_project = helper_get_current_project();
if ( ALL_PROJECTS == $t_project ) {
$t_project_title = lang_get( 'sponsor_all_projects' );
} else {
$t_project_title = sprintf( lang_get( 'sponsor_project' ) , project_get_name( $t_project ) );
}
echo '<p class="bold">' . $t_project_title . '</p>' . "\n";

?>
<br />
<table class="width100" cellspacing="1">
Expand Down

0 comments on commit f38979e

Please sign in to comment.