You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: