How to add this feature? Like
http://johncms.com/go.php?lng
iPhone4S, use johncms v4.4.0
I think, code is deleted. Edit head.php
echo '<table style="width: 100%;"><tr>' .
'<td valign="bottom"><a href="' . $set['homeurl'] . '"><img src="' . $set['homeurl'] . '/theme/' . $set_user['skin'] . '/images/logo.gif" alt=""/></a></td>' .
($headmod == 'mainpage' && count(core::$lng_list) > 1 ? '<td align="right"><a href="' . $set['homeurl'] . '/go.php?lng"><b>' . strtoupper(core::$lng_iso) . '</b></a> <img src="' . $set['homeurl'] . '/images/flags/' . core::$lng_iso . '.gif" alt=""/> </td>' : '') .
'</tr></table>';
It still did not show up. there's no languages here
http://www.tibiamebrunei.tk/go?lng (My website is still under review so you can't access it)
Check the languages folders (incfiles/languages/).
Also maybe you've edited go.php or other one?
No, I did not touch the go.php and the language folder.