.
#------------------------------
# $Revision: 2643 $
# $Author: al $
# $Date: 2009-06-18 19:06:27 -0400 (Thu, 18 Jun 2009) $
#------------------------------
require_once( 'core.php' );
$t_core_path = config_get( 'core_path' );
require_once( $t_core_path . 'icon_api.php' );
auth_reauthenticate();
$f_sort = gpc_get_string( 'sort', 'name' );
$f_dir = gpc_get_string( 'dir', 'ASC' );
if ( 'ASC' == $f_dir ) {
$t_direction = ASCENDING;
} else {
$t_direction = DESCENDING;
}
html_page_top1( lang_get( 'manage_projects_link' ) );
html_page_top2();
print_manage_menu( 'manage_proj_page.php' );
# Project Menu Form BEGIN ?>