nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Wrong name for breadcrumbs images #45

Closed babudro closed 1 year ago

babudro commented 1 year ago

The text in lang/en/settings.php says to name the image breadcrumb.png, but this is not correct. Looking in the code I discovered that the images should be named youarehere-prefix.png and youarehere-sep.png.

The four lines that mention this are these:

lang/en/settings.php:55: $lang['breadcrumbPrefixText'] = 'Replacement breadcrumb prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';

lang/en/settings.php:57: $lang['breadcrumbSepText'] = 'Replacement breadcrumb seperator text. Use can use an image by uploading breadcrumb.png to the templates images directory';;

lang/en/settings.php:62: $lang['youareherePrefixText'] = 'Replacement you are here prefix text. Use can use an image by uploading breadcrumb.png to the templates images directory';

lang/en/settings.php:64: $lang['youarehereSepText'] = 'Replacement you are here seperator text. Use can use an image by uploading breadcrumb.png to the templates images directory';;

Also, a minor grammatical point: The word templates should be possessive, i.e., template's images directory.

nomadjimbob commented 1 year ago

Thank you for reporting this. It has now been fixed, and a new release will be on Dokuwiki in the next few days.