Changed breadcrumbs to show "Home" instead of the mailing list domain

This commit is contained in:
2021-08-13 11:57:25 +02:00
parent e63c03f116
commit f5fc534195
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
</div>
</div>
<div id="breadcrumbs">
<a href="index.php">{$domain}</a>&nbsp;/&nbsp;{$list_name}
<a href="index.php">Home</a>&nbsp;/&nbsp;{$list_name}
</div>
<form method="post" action="save_list.php" id="save_list" onsubmit="return validate_form()">
<div id="edit_page">