forked from services/mlmmj-light-web-ecg
Changed breadcrumbs to show "Home" instead of the mailing list domain
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="breadcrumbs">
|
<div id="breadcrumbs">
|
||||||
<a href="index.php">{$domain}</a> / {$list_name}
|
<a href="index.php">Home</a> / {$list_name}
|
||||||
</div>
|
</div>
|
||||||
<form method="post" action="save_list.php" id="save_list" onsubmit="return validate_form()">
|
<form method="post" action="save_list.php" id="save_list" onsubmit="return validate_form()">
|
||||||
<div id="edit_page">
|
<div id="edit_page">
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<a href="logout.php">Logout ({$username})</a>
|
<a href="logout.php">Logout ({$username})</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="breadcrumbs">{$domain}</div>
|
<div id="breadcrumbs">Home</div>
|
||||||
<div id="index">
|
<div id="index">
|
||||||
<div id="lists_header">
|
<div id="lists_header">
|
||||||
<b>All available mailing lists</b>
|
<b>All available mailing lists</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user