when turning errors to maximum I get a warning that $caret is not an element of $item on line 85 in
plugins/system/t4/themes/base/html/mod_menu/default_url.php
I've found the file, not too sure what $item->caret is supposed to display so I just added $item->caret = '' ; above it to fix it.
What is this $item->caret supposed to be that is missing? I thought maybe it was the caret for the drop-down menus but they're still showing the caret so it's not that and I can't find any reference to it ever being set.