But the 403 error I get, doesn't show text or translated text. It shows these variables:
TPL_GK_LANG_ERROR_INFO 403
TPL_GK_LANG_ERROR_DESC
I found these in en-GB.tpl_gk_bikestore.ini and in nl-NL.tpl_gk_bikestore.ini, both translated.
In error.php I found:
- Code: Select all
<h2><?php echo JText::_('TPL_GK_LANG_ERROR_INFO'); ?> <strong><?php echo $this->error->getCode(); ?></strong></h2>
<h3><?php echo JText::_('TPL_GK_LANG_ERROR_DESC'); ?></h3>
Ofcourse I can edit the error.php to show the right text, but that is no real solution of the problem.
Does anyone know how to solve this correctly?