@@ -113,7 +113,7 @@ public function showFileIcon()
113113 return media_printicon ($ id );
114114 } elseif ($ this ->val ('mode ' ) == self ::MODE_PAGE ) {
115115 // page revision
116- return '<img class="icon" src=" ' . DOKU_BASE . 'lib/exe/image.php /fileicons/file.png" alt=" ' . $ id . '" /> ' ;
116+ return '<img class="icon" src=" ' . DOKU_BASE . 'lib/images /fileicons/file.png" alt=" ' . $ id . '" /> ' ;
117117 }
118118 }
119119
@@ -286,11 +286,11 @@ public function showIconCompareWithPrevious()
286286
287287 if ($ href ) {
288288 return '<a href=" ' . $ href . '" class="diff_link"> '
289- . '<img src=" ' . DOKU_BASE . 'lib/exe/image.php /diff.png" width="15" height="11" '
289+ . '<img src=" ' . DOKU_BASE . 'lib/images /diff.png" width="15" height="11" '
290290 . ' title=" ' . $ lang ['diff ' ] . '" alt=" ' . $ lang ['diff ' ] . '" /> '
291291 . '</a> ' ;
292292 } else {
293- return '<img src=" ' . DOKU_BASE . 'lib/exe/image.php /blank.gif" width="15" height="11" alt="" /> ' ;
293+ return '<img src=" ' . DOKU_BASE . 'lib/images /blank.gif" width="15" height="11" alt="" /> ' ;
294294 }
295295 }
296296
@@ -322,11 +322,11 @@ public function showIconCompareWithCurrent()
322322
323323 if ($ href ) {
324324 return '<a href=" ' . $ href . '" class="diff_link"> '
325- . '<img src=" ' . DOKU_BASE . 'lib/exe/image.php /diff.png" width="15" height="11" '
325+ . '<img src=" ' . DOKU_BASE . 'lib/images /diff.png" width="15" height="11" '
326326 . ' title=" ' . $ lang ['diff ' ] . '" alt=" ' . $ lang ['diff ' ] . '" /> '
327327 . '</a> ' ;
328328 } else {
329- return '<img src=" ' . DOKU_BASE . 'lib/exe/image.php /blank.gif" width="15" height="11" alt="" /> ' ;
329+ return '<img src=" ' . DOKU_BASE . 'lib/images /blank.gif" width="15" height="11" alt="" /> ' ;
330330 }
331331 }
332332
@@ -354,7 +354,7 @@ public function showIconRevisions()
354354 $ href = wl ($ id , ['do ' => 'revisions ' ], false , '& ' );
355355 }
356356 return '<a href=" ' . $ href . '" class="revisions_link"> '
357- . '<img src=" ' . DOKU_BASE . 'lib/exe/image.php /history.png" width="12" height="14" '
357+ . '<img src=" ' . DOKU_BASE . 'lib/images /history.png" width="12" height="14" '
358358 . ' title=" ' . $ lang ['btn_revs ' ] . '" alt=" ' . $ lang ['btn_revs ' ] . '" /> '
359359 . '</a> ' ;
360360 }
0 commit comments