You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as we are in development mode, would it be possible to add a new variables?
In the demos-php/config/config.php file:
This one would control the default language for the website:
$_SITE['defaultlang'] = (!isset($_SITE['defaultlang']) ? 'en' : $_SITE['defaultlang']);
It would be used in several places including to determine:
Which language comes first in the splash screen.
Which language comes first in the server message page.
Which language comes first in the language selection menu in the upper-right corner of content pages so that their positioning is consistent like the HTML version and no longer have to swap as they did in some of the wet-boew-php 3.1 themes.
Best regards,
Michael Milette
The text was updated successfully, but these errors were encountered:
As long as we are in development mode, would it be possible to add a new variables?
In the demos-php/config/config.php file:
This one would control the default language for the website:
$_SITE['defaultlang'] = (!isset($_SITE['defaultlang']) ? 'en' : $_SITE['defaultlang']);
It would be used in several places including to determine:
Best regards,
Michael Milette
The text was updated successfully, but these errors were encountered: