Line # Revision Author
1 195 ahitrov %#<pre><% Dumper ($m->dhandler_arg) %></pre>
2 <& $call, %ARGS &>
3 <%init>
4
5 my $call;
6 if ( $m->dhandler_arg =~ /section.html/ ) {
7 $call = '../section.html';
8 } elsif ( $m->dhandler_arg =~ /confirm.html/ ) {
9 $call = '../confirm.html';
10 } elsif ( $r->uri eq '/contenido/users/' ) {
11 $call = '/contenido/users/index.html';
12 } else {
13 &abort404;
14 }
15
16 </%init>