I think it must be CEON URL mapping thats doing it.

zen_catalog_href_link(FILENAME_DEFAULT, '', 'SSL')

its expecting /index.php blar blar but the URL mapping is setting it to / right?

So nothing for me to worry about, just a bit confusing as I would need to change the string replace statement to /

am I right do you think?