In the regular versions of wordpress, you can move/rename wp-content in wp-config.php with a few lines of code.
Here is what the single installation used:
'define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/static' );
define( 'WP_CONTENT_URL', 'http://website.com/static');
define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/static/plugins' );
define( 'WP_PLUGIN_URL', 'http://website.com/static/plugins');'
Can I do the same thing in Wordpress MU? I would like for 'wp-content' to be renamed to 'static'. I am running 2.7.1