<?php
include_once "includes/common.inc";
function export($name) {
global $REQUEST_URI;
module_invoke($name, "export", explode("/", $REQUEST_URI));
}
module_iterate("export");
?>