&img: Incompatible change: Source must be supplied with the source extension.
[www.jankratochvil.net.git] / project / captive / doc / Macros.pm
index 1b24cf3..743008f 100755 (executable)
@@ -46,15 +46,15 @@ my($class,$where)=@_;
                print '<tr>'."\n";
                        print '<td></td>'."\n";
                        print '<td align="left">';
-                               print img "/My/arrow-left" ,"Previous document","a_href"=>$My::Web::W->{"rel_prev"}
+                               print img "/My/arrow-left.png" ,"Previous document","a_href"=>$My::Web::W->{"rel_prev"}
                                                if $My::Web::W->{"rel_prev"};
                        print '</td>'."\n";
                        print '<td align="center">';
-                               print img "/My/arrow-up"   ,"Parent","a_href"=>$My::Web::W->{"rel_up"}
+                               print img "/My/arrow-up.png"   ,"Parent","a_href"=>$My::Web::W->{"rel_up"}
                                        if $My::Web::W->{"rel_up"} && !($where && $where eq "footer");
                        print '</td>'."\n";
                        print '<td align="right">';
-                               print img "/My/arrow-right","Next document","a_href"=>$My::Web::W->{"rel_next"}
+                               print img "/My/arrow-right.png","Next document","a_href"=>$My::Web::W->{"rel_next"}
                                        if $My::Web::W->{"rel_next"};
                        print '</td>'."\n";
                        print '<td></td>'."\n";