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
I have looked for this link too, and I don't think it exists by default, you would need to create or edit a page to contain the link. For this link, you need to append "mcl" to your site url e.g. https://bogus.genome.com/mcl/
I modified the file
sites/all/modules/mcl/includes/admin/mcl.admin.inc
line 20 to add this link to the MCL admin page as follows
$content = '<b>MCL admin main page</b><br />'; // <br />'; removed one line break then add the next line
$content .= 'Link to <b><a href="/mcl">MCL user main page</a></b><br /><br />';
which section is the hyperlink in?
The text was updated successfully, but these errors were encountered: