ad_library {

     Theme Selva Package APM callbacks library

     Procedures that deal with installing.

     @creation-date May 2006
     @author  Don Baccus (dhogaza@pacifier.com)
     @cvs-id $Id: apm-callback-procs.tcl,v 1.2 2007/02/20 21:24:28 cesarhj Exp $

}

namespace eval theme_ges {}
namespace eval theme_ges::apm {}

ad_proc -public theme_ges::apm::after_upgrade {
    {-from_version_name:required}
    {-to_version_name:required}
} {
    apm_upgrade_logic \
        -from_version_name $from_version_name \
        -to_version_name $to_version_name \
	-spec {  
	    0.7d5 2.2.0b1 {     
                apm_parameter_register \
                    AdditionalNavbarTabs \
                    "list of URL Names pairs which will make it into additional navbar tabs" \
                    theme-ges \
                    "/dotlrn/ #dotlrn.Home# /theme-ges/courses #dotlrn.Courses# /theme-ges/communities #dotlrn.Communities# /dotlrn/control-panel #dotlrn.control_panel#" \
                    string 
	}
    }
}
