I’m editing the member profile templates, and there are some items that I would like to comment out. Specifically, in the Breadcrumb template, I want to get rid of the Member List link. Here’s the code:
<span class="default"><a href="http://{path=member/memberlist}">{lang:memberlist}</a></span>
| I’ve tried to use regular EE comments {!-- --} and also PHP/CSS type comments /* */. They are ignored completely and show up as if they were regular text that I have added. Is it possible to use comments in these templates?
I can just delete those lines and it works as if I had commented them out. However, I’d rather use comments so that I can easily add that link back in if I decide to do that one of these days.