Index: openacs-4/packages/dotlrn-ecommerce/www/facilitators/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/facilitators/index.vuh,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-ecommerce/www/facilitators/index.vuh 17 Apr 2006 11:01:04 -0000 1.1 @@ -0,0 +1,21 @@ +# packages/dotlrn-ecommerce/www/facilitators/index.vuh +# +# Facilitator pages +# +# @author Roel Canicula (roel@solutiongrove.com) +# @creation-date 2006-04-15 +# @arch-tag: cdebbed5-a2aa-49d7-b26a-8b43b50f4dc0 +# @cvs-id $Id: index.vuh,v 1.1 2006/04/17 11:01:04 roelc Exp $ + +set urlv [split [ad_conn path_info] "/"] +set the_url [join $urlv "/"] + +set the_root [ns_info pageroot] + +if {[string equal "" $the_url]} { + set the_url "/" +} + +array set node [site_node::get -url /$the_url] +rp_form_put community_id [dotlrn_community::get_community_id -package_id $node(object_id)] +rp_internal_redirect /packages/dotlrn/www/facilitator-bio \ No newline at end of file