No CR
Status: Beta
Brought to you by:
sg93
Hi,
In your example, if you add a second menu item;
<menuItem>
<mItext>Sample link</mItext>
<mIlink>dir/to/page</mIlink>
</menuItem>
<menuItem>
<mItext>Another Link</mItext>
<mIlink>link/to/somewhere</mIlink>
</menuItem>
They will display as a continuous string;
Sample linkAnother Link
Where you might want a break between them, IE
Sample link
Another Link
Logged In: YES
user_id=1528129
You should have the <br> code in the layout; maybe someone want breadcumbs:
Sample Link | Another Link...