breadcrumb

breadcrumb

ivan breziansky -
回帖数:6
Hi,

im trying to modify the breadcrumb by removing the first "moodle" from it.. si only actual path will be displayed. Can you please tell me how..? ataching is the screenshot what exactly im talking about.

Thank you.
附件 untitled.JPG
回复ivan breziansky

Re: breadcrumb

Mary Cooch -
Documentation writers的头像 Moodle HQ的头像 Particularly helpful Moodlers的头像 Testers的头像 Translators的头像
But surely that is a quick way back to your home page from anywhere on your Moodle - would you not wish to keep that?
回复Mary Cooch

Re: breadcrumb

ivan breziansky -
I guess i would.... hmmm..

ill have a "chat" with my boss.. he is coming up with all those weird ideas.. 微笑

anyway... how can i at least change the symbol between the breadcumbs links..

moodle "arrow" administration
回复ivan breziansky

Re: breadcrumb

Patrick Malley -
At the bottom of your theme's config.php file, you'll find the following:

///$THEME->rarrow = '►' //OR '→';

Uncomment this bit and change the ► to your preferred symbol. My new favorite site for glyphs is:

http://www.public.asu.edu/~rjansen/glyph_encoding.html
回复Patrick Malley

Re: breadcrumb

ivan breziansky -
Hi Patrick,

youre a star.. thanks for the link. However wanted to ask, if the "moodle" as a first word in breadcromb can be changed to .. home or something else..

Thank you.