-
Sub-task
-
Resolution: Fixed
-
Major
-
2.0
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
-
Moderate
The breadcrumb (navigation bar) on each page, uses to show one icon in the last (rightest) element. It seems to be broken everywhere.
Apparently the cause is we are passing the whole URL of the image there instead of the (relative) path to it, or perhaps we are passing the URL twice..., in any case I'm ending with urls like:
That cause error:
Warning: fopen(/Users/stronk7/Sites/moodle_data_git_head/cache/theme/standardold/pix/moodle/http/127.0.0.1/stronk7/git/theme/image.phpthemestandardoldampimagei2Fsettingsamprev152.error) [function.fopen]: failed to open stream: No such file or directory in /Users/stronk7/git_moodle/moodle/theme/image.php on line 97
Not sure if it's a navigation-bar problem (Sam) or an image.php/themes one (Petr). So I've added both here.
Ciao