<%doc> ############################################################################### =head1 NAME -- =head1 VERSION $LastChangedRevision$ =head1 DATE $LastChangedDate: 2005-09-24 11:44:47 -0700 (Sat, 24 Sep 2005) $ =head1 DESCRIPTION =cut %#-- Once Section --# <%once>; my $type = 'element'; my $disp = get_disp_name('story'); my $context = "Workflow | Profile | $disp | "; %#-- Args Section --# <%args> $id => undef %#-- Init Section --# <%init> # Do any redirects first. do_queued_redirect(); # Grab the content. my $content = $m->scomp('/widgets/media_prof/media_prof.mc', section => 'contributors', param => \%ARGS); %#-- Begin HTML --# <& /widgets/wrappers/sharky/header.mc, title => 'Contributor Association', context => $context . $r->pnotes('media_prof|title') . ' | Contributors' &>
<% $content %>
<& /widgets/wrappers/sharky/footer.mc &> %#-- End HTML --#